Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit d50b51eb94089b64506fef8b56f4303db0ba4c3c


Parents : 525b086
Author : Ivan <ivan@quad4.io>
Signature : Invalid signer <e46112d44649266d71fe2193e00a4710>, author is <ivan@quad4.io>
Date : 2026-06-19T21:59:43-05:00

chore(dependencies): update dompurify to version 3.4.11, form-data to 4.0.6, socks to 2.8.9, and various other package versions in package.json and pnpm-lock.yaml

Changes
Diff

diff --git a/.github/workflows/android-apk-tag.yml b/.github/workflows/android-apk-tag.yml
index 939a2c7e..b5c59f97 100644
--- a/.github/workflows/android-apk-tag.yml
+++ b/.github/workflows/android-apk-tag.yml
@@ -174,9 +174,12 @@ jobs:
"cbor2-5.6.5-*-cp311-cp311-android_24_arm64_v8a.whl"
"cbor2-5.6.5-*-cp311-cp311-android_24_x86_64.whl"
"cbor2-5.6.5-*-cp311-cp311-android_24_armeabi_v7a.whl"
- "aiohttp-3.13.5-*-cp311-cp311-android_24_arm64_v8a.whl"
- "aiohttp-3.13.5-*-cp311-cp311-android_24_x86_64.whl"
- "aiohttp-3.13.5-*-cp311-cp311-android_24_armeabi_v7a.whl"
+ "aiohttp-3.14.1-*-cp311-cp311-android_24_arm64_v8a.whl"
+ "aiohttp-3.14.1-*-cp311-cp311-android_24_x86_64.whl"
+ "aiohttp-3.14.1-*-cp311-cp311-android_24_armeabi_v7a.whl"
+ "cryptography-49.0.0-*-cp311-cp311-android_24_arm64_v8a.whl"
+ "cryptography-49.0.0-*-cp311-cp311-android_24_x86_64.whl"
+ "cryptography-49.0.0-*-cp311-cp311-android_24_armeabi_v7a.whl"
"miniaudio-1.70-*-cp311-cp311-android_24_arm64_v8a.whl"
"miniaudio-1.70-*-cp311-cp311-android_24_x86_64.whl"
"miniaudio-1.70-*-cp311-cp311-android_24_armeabi_v7a.whl"

diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml
index cb357322..e73a6b31 100644
--- a/.github/workflows/android-build.yml
+++ b/.github/workflows/android-build.yml
@@ -202,9 +202,12 @@ jobs:
"cbor2-5.6.5-*-cp311-cp311-android_24_arm64_v8a.whl"
"cbor2-5.6.5-*-cp311-cp311-android_24_x86_64.whl"
"cbor2-5.6.5-*-cp311-cp311-android_24_armeabi_v7a.whl"
- "aiohttp-3.13.5-*-cp311-cp311-android_24_arm64_v8a.whl"
- "aiohttp-3.13.5-*-cp311-cp311-android_24_x86_64.whl"
- "aiohttp-3.13.5-*-cp311-cp311-android_24_armeabi_v7a.whl"
+ "aiohttp-3.14.1-*-cp311-cp311-android_24_arm64_v8a.whl"
+ "aiohttp-3.14.1-*-cp311-cp311-android_24_x86_64.whl"
+ "aiohttp-3.14.1-*-cp311-cp311-android_24_armeabi_v7a.whl"
+ "cryptography-49.0.0-*-cp311-cp311-android_24_arm64_v8a.whl"
+ "cryptography-49.0.0-*-cp311-cp311-android_24_x86_64.whl"
+ "cryptography-49.0.0-*-cp311-cp311-android_24_armeabi_v7a.whl"
"miniaudio-1.70-*-cp311-cp311-android_24_arm64_v8a.whl"
"miniaudio-1.70-*-cp311-cp311-android_24_x86_64.whl"
"miniaudio-1.70-*-cp311-cp311-android_24_armeabi_v7a.whl"

diff --git a/android/app/build.gradle b/android/app/build.gradle
index 6c943c22..b8e04632 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -109,8 +109,9 @@ tasks.register("syncCodec2JniLibs", Exec) {
tasks.register("verifyVendorWheels") {
doLast {
def vendorPackages = [
- "aiohttp": "3.13.5",
+ "aiohttp": "3.14.1",
"cbor2": "5.6.5",
+ "cryptography": "49.0.0",
]
def wheels = vendorWheelDir.list()?.toList() ?: []
selectedAndroidAbis.each { abi ->
@@ -224,7 +225,7 @@ chaquopy {
}
options "--find-links", vendorWheelDir.absolutePath
install "packaging>=23"
- install "aiohttp==3.13.5"
+ install "aiohttp==3.14.1"
install "rns>=1.3.5"
install "bleak==3.0.2"
install "lxmf>=1.0.1"
@@ -240,7 +241,7 @@ chaquopy {
install "websockets>=16.0"
install "bcrypt==3.1.7"
install "aiohttp-session>=2.12.1,<3.0.0"
- install "cryptography==46.0.7"
+ install "cryptography==49.0.0"
install "pycparser>=3.0"
install "pyserial>=3.5"
install "usbserial4a==0.4.0"

diff --git a/android/chaquopy-recipes/aiohttp-3.13/meta.yaml b/android/chaquopy-recipes/aiohttp-3.14/meta.yaml
similarity index 55%
rename from android/chaquopy-recipes/aiohttp-3.13/meta.yaml
rename to android/chaquopy-recipes/aiohttp-3.14/meta.yaml
index 5bcf6ed7..9216ffb8 100644
--- a/android/chaquopy-recipes/aiohttp-3.13/meta.yaml
+++ b/android/chaquopy-recipes/aiohttp-3.14/meta.yaml
@@ -1,3 +1,3 @@
package:
name: aiohttp
- version: "3.13.5"
+ version: "3.14.1"

diff --git a/android/chaquopy-recipes/cryptography-46/meta.yaml b/android/chaquopy-recipes/cryptography-49/meta.yaml
similarity index 82%
rename from android/chaquopy-recipes/cryptography-46/meta.yaml
rename to android/chaquopy-recipes/cryptography-49/meta.yaml
index 1ef03ee7..1d661422 100644
--- a/android/chaquopy-recipes/cryptography-46/meta.yaml
+++ b/android/chaquopy-recipes/cryptography-49/meta.yaml
@@ -1,6 +1,6 @@
package:
name: cryptography
- version: "46.0.7"
+ version: "49.0.0"
requirements:
build:

diff --git a/android/chaquopy-recipes/cryptography-46/patches/openssl_no_legacy.patch b/android/chaquopy-recipes/cryptography-49/patches/openssl_no_legacy.patch
similarity index 100%
rename from android/chaquopy-recipes/cryptography-46/patches/openssl_no_legacy.patch
rename to android/chaquopy-recipes/cryptography-49/patches/openssl_no_legacy.patch

diff --git a/android/chaquopy-recipes/cryptography-46/patches/pyo3_no_interpreter.patch b/android/chaquopy-recipes/cryptography-49/patches/pyo3_no_interpreter.patch
similarity index 100%
rename from android/chaquopy-recipes/cryptography-46/patches/pyo3_no_interpreter.patch
rename to android/chaquopy-recipes/cryptography-49/patches/pyo3_no_interpreter.patch

diff --git a/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt b/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt
index 68eb66cd..01f64eda 100644
--- a/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt
+++ b/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt
@@ -1,5 +1,5 @@
Reticulum MeshChatX - Third-party notices
-Generated at: 2026-06-17T00:32:06.918617Z
+Generated at: 2026-06-20T02:59:07.040351Z
Frontend source: pnpm
Python dependencies
@@ -7,7 +7,7 @@ Python dependencies
aiohappyeyeballs 2.6.1
License: PSF-2.0
Author: J. Nick Koston
-aiohttp 3.14.0
+aiohttp 3.14.1
License: Apache-2.0 AND MIT
Author: —
aiohttp-session 2.12.1
@@ -31,7 +31,7 @@ cbor2 6.1.1
cffi 2.0.0
License: MIT
Author: Armin Rigo, Maciej Fijalkowski
-cryptography 46.0.7
+cryptography 49.0.0
License: Apache-2.0 OR BSD-3-Clause
Author: The Python Cryptographic Authority and individual contributors <cryptography-dev@python.org>
dbus-fast 4.0.4
@@ -247,9 +247,6 @@ Node dependencies
@intlify/shared 11.4.0
License: MIT
Author: kazuya kawaguchi
-@isaacs/cliui 8.0.2
- License: ISC
- Author: Ben Coe
@isaacs/fs-minipass 4.0.0
License: ISC
Author: Isaac Z. Schlueter
@@ -304,15 +301,12 @@ Node dependencies
@one-ini/wasm 0.1.1
License: MIT
Author: —
-@oxc-project/types 0.127.0
+@oxc-project/types 0.133.0
License: MIT
Author: Boshen and oxc contributors
@petamoriken/float16 3.9.3
License: MIT
Author: Kenta Moriuchi
-@pkgjs/parseargs 0.11.0
- License: MIT
- Author: —
@pkgr/core 0.2.9
License: MIT
Author: JounQin
@@ -322,7 +316,7 @@ Node dependencies
@polka/url 1.0.0-next.24
License: MIT
Author: Luke Edwards
-@rolldown/binding-linux-x64-gnu 1.0.0-rc.17
+@rolldown/binding-linux-x64-gnu 1.0.3
License: MIT
Author: —
@rolldown/pluginutils 1.0.0-rc.13
@@ -376,7 +370,7 @@ Node dependencies
@types/fs-extra 9.0.13
License: MIT
Author: —
-@types/hammerjs 2.0.46
+@types/hammerjs 2.0.36
License: MIT
Author: —
@types/http-cache-semantics 4.0.0
@@ -538,7 +532,7 @@ at-least-node 1.0.0
available-typed-arrays 1.0.7
License: MIT
Author: Jordan Harband
-balanced-match 4.0.4
+balanced-match 1.0.2
License: MIT
Author: —
base64-js 1.5.1
@@ -556,7 +550,7 @@ boolbase 1.0.0
boolean 3.2.0
License: MIT
Author: —
-brace-expansion 5.0.6
+brace-expansion 1.1.12
License: MIT
Author: —
buffer-from 1.0.0
@@ -655,6 +649,9 @@ component-emitter 2.0.0
compressorjs 1.3.0
License: MIT
Author: Chen Fengyuan
+concat-map 0.0.1
+ License: MIT
+ Author: James Halliday
config-chain 1.1.13
License: MIT
Author: Dominic Tarr
@@ -742,7 +739,7 @@ dir-compare 4.2.0
dmg-builder 26.8.1
License: MIT
Author: Vladimir Krivosheev
-dompurify 3.4.5
+dompurify 3.4.11
License: (MPL-2.0 OR Apache-2.0)
Author: Dr.-Ing. Mario Heiderich, Cure53
dotenv 16.6.1
@@ -757,9 +754,6 @@ dunder-proto 1.0.0
earcut 3.0.0
License: ISC
Author: Vladimir Agafonkin
-eastasianwidth 0.2.0
- License: MIT
- Author: Masaki Komagata
editorconfig 1.0.3
License: MIT
Author: EditorConfig Team
@@ -940,10 +934,7 @@ for-each 0.3.5
foreach 2.0.6
License: MIT
Author: Manuel Stofer
-foreground-child 3.1.0
- License: ISC
- Author: Isaac Z. Schlueter
-form-data 4.0.5
+form-data 4.0.6
License: MIT
Author: Felix Geisendörfer
fs-extra 7.0.1
@@ -952,6 +943,9 @@ fs-extra 7.0.1
fs-minipass 3.0.0
License: ISC
Author: GitHub Inc.
+fs.realpath 1.0.0
+ License: ISC
+ Author: Isaac Z. Schlueter
function-bind 1.1.1
License: MIT
Author: Raynos
@@ -982,7 +976,7 @@ get-stream 4.0.0
get-symbol-description 1.1.0
License: MIT
Author: Jordan Harband
-glob 10.5.0
+glob 7.2.3
License: ISC
Author: Isaac Z. Schlueter
glob 13.0.6
@@ -1069,6 +1063,9 @@ import-fresh 3.2.1
imurmurhash 0.1.4
License: MIT
Author: Jens Taylor
+inflight 1.0.4
+ License: ISC
+ Author: Isaac Z. Schlueter
inherits 2.0.1
License: ISC
Author: —
@@ -1084,9 +1081,9 @@ internal-slot 1.1.0
invert-kv 2.0.0
License: MIT
Author: Sindre Sorhus
-ip 2.0.1
+ip-address 10.1.1
License: MIT
- Author: Fedor Indutny
+ Author: Beau Gunderson
is-array-buffer 3.0.5
License: MIT
Author: Jordan Harband
@@ -1189,9 +1186,6 @@ istanbul-lib-report 3.0.1
istanbul-reports 3.2.0
License: BSD-3-Clause
Author: Krishnan Anantheswaran
-jackspeak 3.1.2
- License: BlueOak-1.0.0
- Author: Isaac Z. Schlueter
jake 10.8.5
License: Apache-2.0
Author: Matthew Eernisse
@@ -1321,10 +1315,10 @@ micron-parser 0.0.0
mime 2.5.2
License: MIT
Author: Robert Kieffer
-mime-db 1.24.0
+mime-db 1.52.0
License: MIT
Author: —
-mime-types 2.1.12
+mime-types 2.1.35
License: MIT
Author: —
mimic-fn 1.0.0
@@ -1480,9 +1474,6 @@ p-map 7.0.2
p-try 2.0.0
License: MIT
Author: Sindre Sorhus
-package-json-from-dist 1.0.0
- License: BlueOak-1.0.0
- Author: Isaac Z. Schlueter
pako 1.0.11
License: (MIT AND Zlib)
Author: —
@@ -1498,10 +1489,13 @@ parse5 8.0.1
path-exists 3.0.0
License: MIT
Author: Sindre Sorhus
+path-is-absolute 1.0.0
+ License: MIT
+ Author: Sindre Sorhus
path-key 2.0.0
License: MIT
Author: Sindre Sorhus
-path-scurry 1.11.1
+path-scurry 2.0.2
License: BlueOak-1.0.0
Author: Isaac Z. Schlueter
pathe 2.0.3
@@ -1651,7 +1645,7 @@ rimraf 2.6.3
roarr 2.15.3
License: BSD-3-Clause
Author: Gajus Kuizinas
-rolldown 1.0.0-rc.17
+rolldown 1.0.3
License: MIT
Author: —
rw 1.3.3
@@ -1741,7 +1735,7 @@ sirv 3.0.2
smart-buffer 4.2.0
License: MIT
Author: Josh Glazebrook
-socks 2.7.1
+socks 2.8.9
License: MIT
Author: Josh Glazebrook
socks-proxy-agent 8.0.3
@@ -1816,7 +1810,7 @@ tailwindcss 4.2.4
tapable 2.3.3
License: MIT
Author: Tobias Koppers @sokra
-tar 7.5.15
+tar 7.5.16
License: BlueOak-1.0.0
Author: Isaac Z. Schlueter
temp 0.9.0
@@ -1855,7 +1849,7 @@ tldts 7.0.5
tldts-core 7.0.5
License: MIT
Author: Rémi Berson
-tmp 0.2.6
+tmp 0.2.7
License: MIT
Author: KARASZI István
tmp-promise 3.0.2
@@ -1894,7 +1888,7 @@ typed-array-length 1.0.7
unbox-primitive 1.1.0
License: MIT
Author: Jordan Harband
-undici 7.26.0
+undici 7.28.0
License: MIT
Author: —
undici-types 7.16.0
@@ -1939,7 +1933,7 @@ vis-network 9.1.13
vis-util 5.0.7
License: (Apache-2.0 OR MIT)
Author: Alex de Mulder
-vite 8.0.10
+vite 8.0.16
License: MIT
Author: Evan You
vite-plugin-vuetify 2.1.3

diff --git a/meshchatx/src/backend/data/licenses_frontend.json b/meshchatx/src/backend/data/licenses_frontend.json
index 46460897..201d5bb7 100644
--- a/meshchatx/src/backend/data/licenses_frontend.json
+++ b/meshchatx/src/backend/data/licenses_frontend.json
@@ -1,3902 +1,3890 @@
[
- {
- "name": "7zip-bin",
- "version": "5.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@aashutoshrathi/word-wrap",
- "version": "1.2.6",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "@asamuzakjp/css-color",
- "version": "5.1.11",
- "author": "asamuzaK",
- "license": "MIT"
- },
- {
- "name": "@asamuzakjp/dom-selector",
- "version": "7.1.1",
- "author": "asamuzaK",
- "license": "MIT"
- },
- {
- "name": "@asamuzakjp/generational-cache",
- "version": "1.0.1",
- "author": "asamuzaK",
- "license": "MIT"
- },
- {
- "name": "@asamuzakjp/nwsapi",
- "version": "2.3.9",
- "author": "Diego Perini",
- "license": "MIT"
- },
- {
- "name": "@babel/helper-string-parser",
- "version": "7.27.1",
- "author": "The Babel Team",
- "license": "MIT"
- },
- {
- "name": "@babel/helper-validator-identifier",
- "version": "7.28.5",
- "author": "The Babel Team",
- "license": "MIT"
- },
- {
- "name": "@babel/parser",
- "version": "7.29.2",
- "author": "The Babel Team",
- "license": "MIT"
- },
- {
- "name": "@babel/types",
- "version": "7.29.0",
- "author": "The Babel Team",
- "license": "MIT"
- },
- {
- "name": "@bcoe/v8-coverage",
- "version": "1.0.2",
- "author": "Charles Samborski",
- "license": "MIT"
- },
- {
- "name": "@bramus/specificity",
- "version": "2.4.2",
- "author": "Bramus Van Damme",
- "license": "MIT"
- },
- {
- "name": "@csstools/color-helpers",
- "version": "6.0.2",
- "author": "—",
- "license": "MIT-0"
- },
- {
- "name": "@csstools/css-calc",
- "version": "3.2.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@csstools/css-color-parser",
- "version": "4.1.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@csstools/css-parser-algorithms",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@csstools/css-syntax-patches-for-csstree",
- "version": "1.1.3",
- "author": "—",
- "license": "MIT-0"
- },
- {
- "name": "@csstools/css-tokenizer",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@develar/schema-utils",
- "version": "2.6.5",
- "author": "webpack Contrib",
- "license": "MIT"
- },
- {
- "name": "@egjs/hammerjs",
- "version": "2.0.17",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@electron-internal/extract-zip",
- "version": "1.0.3",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "@electron/asar",
- "version": "3.4.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@electron/fuses",
- "version": "1.8.0",
- "author": "Electron Community",
- "license": "MIT"
- },
- {
- "name": "@electron/get",
- "version": "3.1.0",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron/notarize",
- "version": "2.5.0",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron/osx-sign",
- "version": "1.3.3",
- "author": "electron",
- "license": "BSD-2-Clause"
- },
- {
- "name": "@electron/rebuild",
- "version": "4.0.3",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@electron/universal",
- "version": "2.0.3",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron/windows-sign",
- "version": "1.1.2",
- "author": "Felix Rieseberg",
- "license": "BSD-2-Clause"
- },
- {
- "name": "@epic-web/invariant",
- "version": "1.0.0",
- "author": "Kent C. Dodds",
- "license": "MIT"
- },
- {
- "name": "@eslint-community/eslint-utils",
- "version": "4.4.0",
- "author": "Toru Nagashima",
- "license": "MIT"
- },
- {
- "name": "@eslint-community/regexpp",
- "version": "4.12.1",
- "author": "Toru Nagashima",
- "license": "MIT"
- },
- {
- "name": "@eslint/config-array",
- "version": "0.21.2",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@eslint/config-helpers",
- "version": "0.4.2",
- "author": "—",
- "license": "Apache-2.0"
- },
- {
- "name": "@eslint/core",
- "version": "0.17.0",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@eslint/eslintrc",
- "version": "3.3.5",
- "author": "Nicholas C. Zakas",
- "license": "MIT"
- },
- {
- "name": "@eslint/js",
- "version": "9.39.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@eslint/object-schema",
- "version": "2.1.7",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@eslint/plugin-kit",
- "version": "0.4.1",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@exodus/bytes",
- "version": "1.15.1",
- "author": "Exodus Movement, Inc.",
- "license": "MIT"
- },
- {
- "name": "@fontsource/noto-sans",
- "version": "5.2.10",
- "author": "Google Inc.",
- "license": "OFL-1.1"
- },
- {
- "name": "@humanfs/core",
- "version": "0.19.1",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@humanfs/node",
- "version": "0.16.6",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@humanwhocodes/module-importer",
- "version": "1.0.1",
- "author": "Nicholas C. Zaks",
- "license": "Apache-2.0"
- },
- {
- "name": "@humanwhocodes/retry",
- "version": "0.3.0",
- "author": "Nicholas C. Zaks",
- "license": "Apache-2.0"
- },
- {
- "name": "@intlify/core-base",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "@intlify/devtools-types",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "@intlify/message-compiler",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "@intlify/shared",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "@isaacs/cliui",
- "version": "8.0.2",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "@isaacs/fs-minipass",
- "version": "4.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "@jridgewell/gen-mapping",
- "version": "0.3.5",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/remapping",
- "version": "2.3.5",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/resolve-uri",
- "version": "3.0.3",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/set-array",
- "version": "1.2.1",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/source-map",
- "version": "0.3.3",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/sourcemap-codec",
- "version": "1.4.10",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/trace-mapping",
- "version": "0.3.9",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@malept/cross-spawn-promise",
- "version": "2.0.0",
- "author": "Mark Lee",
- "license": "Apache-2.0"
- },
- {
- "name": "@malept/flatpak-bundler",
- "version": "0.4.0",
- "author": "Matt Watson",
- "license": "MIT"
- },
- {
- "name": "@mapbox/jsonlint-lines-primitives",
- "version": "2.0.2",
- "author": "Zach Carter",
- "license": "Unknown"
- },
- {
- "name": "@mapbox/unitbezier",
- "version": "0.0.1",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "@maplibre/maplibre-gl-style-spec",
- "version": "24.4.1",
- "author": "MapLibre",
- "license": "ISC"
- },
- {
- "name": "@mdi/font",
- "version": "7.4.47",
- "author": "Austin Andrews",
- "license": "Apache-2.0"
- },
- {
- "name": "@mdi/js",
- "version": "7.4.47",
- "author": "Austin Andrews",
- "license": "Apache-2.0"
- },
- {
- "name": "@npmcli/agent",
- "version": "3.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "@npmcli/fs",
- "version": "4.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "@one-ini/wasm",
- "version": "0.1.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@oxc-project/types",
- "version": "0.127.0",
- "author": "Boshen and oxc contributors",
- "license": "MIT"
- },
- {
- "name": "@petamoriken/float16",
- "version": "3.9.3",
- "author": "Kenta Moriuchi",
- "license": "MIT"
- },
- {
- "name": "@pkgjs/parseargs",
- "version": "0.11.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@pkgr/core",
- "version": "0.2.9",
- "author": "JounQin",
- "license": "MIT"
- },
- {
- "name": "@playwright/test",
- "version": "1.59.1",
- "author": "Microsoft Corporation",
- "license": "Apache-2.0"
- },
- {
- "name": "@polka/url",
- "version": "1.0.0-next.24",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "@rolldown/binding-linux-x64-gnu",
- "version": "1.0.0-rc.17",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@rolldown/pluginutils",
- "version": "1.0.0-rc.13",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@sindresorhus/is",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "@standard-schema/spec",
- "version": "1.1.0",
- "author": "Colin McDonnell",
- "license": "MIT"
- },
- {
- "name": "@szmarczak/http-timer",
- "version": "4.0.5",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/forms",
- "version": "0.5.11",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/node",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/oxide",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/oxide-linux-x64-gnu",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/vite",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tanstack/virtual-core",
- "version": "3.14.0",
- "author": "Tanner Linsley",
- "license": "MIT"
- },
- {
- "name": "@tanstack/vue-virtual",
- "version": "3.13.24",
- "author": "Tanner Linsley",
- "license": "MIT"
- },
- {
- "name": "@types/cacheable-request",
- "version": "6.0.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/chai",
- "version": "5.2.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/debug",
- "version": "4.1.6",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/deep-eql",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/estree",
- "version": "1.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/fs-extra",
- "version": "9.0.13",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/hammerjs",
- "version": "2.0.46",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/http-cache-semantics",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/json-schema",
- "version": "7.0.15",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/keyv",
- "version": "3.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/node",
- "version": "0.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/rbush",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/responselike",
- "version": "1.0.3",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/trusted-types",
- "version": "2.0.7",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitejs/plugin-vue",
- "version": "6.0.6",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vitest/coverage-v8",
- "version": "4.1.5",
- "author": "Anthony Fu",
- "license": "MIT"
- },
- {
- "name": "@vitest/expect",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/mocker",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/pretty-format",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/runner",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/snapshot",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/spy",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/ui",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/utils",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vue/compiler-core",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/compiler-dom",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/compiler-sfc",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/compiler-ssr",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/devtools-api",
- "version": "6.5.0",
- "author": "Guillaume Chau",
- "license": "MIT"
- },
- {
- "name": "@vue/reactivity",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/runtime-core",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/runtime-dom",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/server-renderer",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/shared",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/test-utils",
- "version": "2.4.10",
- "author": "Lachlan Miller",
- "license": "MIT"
- },
- {
- "name": "@vuetify/loader-shared",
- "version": "2.1.2",
- "author": "Kael Watts-Deuchar",
- "license": "MIT"
- },
- {
- "name": "@xmldom/xmldom",
- "version": "0.8.13",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@zarrita/storage",
- "version": "0.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "abbrev",
- "version": "2.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "abbrev",
- "version": "1.0.3",
- "author": "Isaac Z. Schlueter",
- "license": "Unknown"
- },
- {
- "name": "acorn",
- "version": "1.0.3",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "acorn-jsx",
- "version": "5.3.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "agent-base",
- "version": "7.1.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "ajv",
- "version": "6.15.0",
- "author": "Evgeny Poberezkin",
- "license": "MIT"
- },
- {
- "name": "ajv-keywords",
- "version": "3.5.2",
- "author": "Evgeny Poberezkin",
- "license": "MIT"
- },
- {
- "name": "ansi-regex",
- "version": "5.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "ansi-styles",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "app-builder-bin",
- "version": "5.0.0-alpha.12",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "app-builder-lib",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "argparse",
- "version": "2.0.1",
- "author": "—",
- "license": "Python-2.0"
- },
- {
- "name": "array-buffer-byte-length",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "arraybuffer.prototype.slice",
- "version": "1.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "ast-types",
- "version": "0.8.15",
- "author": "Ben Newman",
- "license": "MIT"
- },
- {
- "name": "ast-v8-to-istanbul",
- "version": "1.0.0",
- "author": "Ari Perkkiö",
- "license": "MIT"
- },
- {
- "name": "async",
- "version": "3.2.3",
- "author": "Caolan McMahon",
- "license": "MIT"
- },
- {
- "name": "async-exit-hook",
- "version": "2.0.1",
- "author": "Tapani Moilanen",
- "license": "MIT"
- },
- {
- "name": "async-function",
- "version": "1.0.0",
- "author": "Jordan Harbamd",
- "license": "MIT"
- },
- {
- "name": "asynckit",
- "version": "0.4.0",
- "author": "Alex Indigo",
- "license": "MIT"
- },
- {
- "name": "at-least-node",
- "version": "1.0.0",
- "author": "Ryan Zimmerman",
- "license": "ISC"
- },
- {
- "name": "available-typed-arrays",
- "version": "1.0.7",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "balanced-match",
- "version": "4.0.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "base64-js",
- "version": "1.5.1",
- "author": "T. Jameson Little",
- "license": "MIT"
- },
- {
- "name": "bidi-js",
- "version": "1.0.3",
- "author": "Jason Johnston",
- "license": "MIT"
- },
- {
- "name": "blueimp-canvas-to-blob",
- "version": "3.29.0",
- "author": "Sebastian Tschan",
- "license": "MIT"
- },
- {
- "name": "boolbase",
- "version": "1.0.0",
- "author": "Felix Boehm",
- "license": "ISC"
- },
- {
- "name": "boolean",
- "version": "3.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "brace-expansion",
- "version": "5.0.6",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "buffer-from",
- "version": "1.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "builder-util",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "builder-util-runtime",
- "version": "9.5.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "cacache",
- "version": "19.0.1",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "cacheable-lookup",
- "version": "5.0.3",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "cacheable-request",
- "version": "7.0.2",
- "author": "Luke Childs",
- "license": "MIT"
- },
- {
- "name": "call-bind",
- "version": "1.0.9",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "call-bind-apply-helpers",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "call-bound",
- "version": "1.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "callsites",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "camelcase",
- "version": "5.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "chai",
- "version": "6.2.2",
- "author": "Jake Luer",
- "license": "MIT"
- },
- {
- "name": "chalk",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "chownr",
- "version": "3.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "chromium-pickle-js",
- "version": "0.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "ci-info",
- "version": "4.3.1",
- "author": "Thomas Watson Steen",
- "license": "MIT"
- },
- {
- "name": "cli-cursor",
- "version": "3.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "cli-spinners",
- "version": "2.4.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "cli-table3",
- "version": "0.5.1",
- "author": "James Talmage",
- "license": "MIT"
- },
- {
- "name": "click-outside-vue3",
- "version": "4.0.1",
- "author": "ndelvalle",
- "license": "MIT"
- },
- {
- "name": "cliui",
- "version": "4.0.0",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "clone",
- "version": "1.0.2",
- "author": "Paul Vorbach",
- "license": "MIT"
- },
- {
- "name": "clone-response",
- "version": "1.0.2",
- "author": "Luke Childs",
- "license": "MIT"
- },
- {
- "name": "code-point-at",
- "version": "1.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "color-convert",
- "version": "2.0.0",
- "author": "Heather Arthur",
- "license": "MIT"
- },
- {
- "name": "color-name",
- "version": "1.1.4",
- "author": "DY",
- "license": "MIT"
- },
- {
- "name": "colors",
- "version": "1.4.0",
- "author": "Marak Squires",
- "license": "MIT"
- },
- {
- "name": "combined-stream",
- "version": "1.0.8",
- "author": "Felix Geisendörfer",
- "license": "MIT"
- },
- {
- "name": "commander",
- "version": "2.20.0",
- "author": "TJ Holowaychuk",
- "license": "MIT"
- },
- {
- "name": "compare-version",
- "version": "0.1.2",
- "author": "Kevin Mårtensson",
- "license": "MIT"
- },
- {
- "name": "component-emitter",
- "version": "2.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "compressorjs",
- "version": "1.3.0",
- "author": "Chen Fengyuan",
- "license": "MIT"
- },
- {
- "name": "config-chain",
- "version": "1.1.13",
- "author": "Dominic Tarr",
- "license": "MIT"
- },
- {
- "name": "convert-source-map",
- "version": "2.0.0",
- "author": "Thorsten Lorenz",
- "license": "MIT"
- },
- {
- "name": "core-util-is",
- "version": "1.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "MIT"
- },
- {
- "name": "cross-dirname",
- "version": "0.1.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "cross-env",
- "version": "10.1.0",
- "author": "Kent C. Dodds",
- "license": "MIT"
- },
- {
- "name": "cross-spawn",
- "version": "7.0.6",
- "author": "André Cruz",
- "license": "MIT"
- },
- {
- "name": "css-tree",
- "version": "3.2.1",
- "author": "Roman Dvornov",
- "license": "MIT"
- },
- {
- "name": "cssesc",
- "version": "3.0.0",
- "author": "Mathias Bynens",
- "license": "MIT"
- },
- {
- "name": "csstype",
- "version": "3.2.3",
- "author": "Fredrik Nicol",
- "license": "MIT"
- },
- {
- "name": "data-urls",
- "version": "7.0.0",
- "author": "Domenic Denicola",
- "license": "MIT"
- },
- {
- "name": "data-view-buffer",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "data-view-byte-length",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "data-view-byte-offset",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "dayjs",
- "version": "1.11.20",
- "author": "iamkun",
- "license": "MIT"
- },
- {
- "name": "debug",
- "version": "4.3.2",
- "author": "Josh Junon",
- "license": "MIT"
- },
- {
- "name": "decamelize",
- "version": "1.2.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "decimal.js",
- "version": "10.6.0",
- "author": "Michael Mclaughlin",
- "license": "MIT"
- },
- {
- "name": "decompress-response",
- "version": "6.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "deep-is",
- "version": "0.1.3",
- "author": "Thorsten Lorenz",
- "license": "MIT"
- },
- {
- "name": "defaults",
- "version": "1.0.3",
- "author": "Elijah Insua",
- "license": "MIT"
- },
- {
- "name": "defer-to-connect",
- "version": "2.0.0",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "define-data-property",
- "version": "1.1.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "define-properties",
- "version": "1.1.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "delayed-stream",
- "version": "1.0.0",
- "author": "Felix Geisendörfer",
- "license": "MIT"
- },
- {
- "name": "detect-libc",
- "version": "2.0.1",
- "author": "Lovell Fuller",
- "license": "Apache-2.0"
- },
- {
- "name": "detect-node",
- "version": "2.0.4",
- "author": "Ilya Kantor",
- "license": "ISC"
- },
- {
- "name": "dijkstrajs",
- "version": "1.0.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "dir-compare",
- "version": "4.2.0",
- "author": "Liviu Grigorescu",
- "license": "MIT"
- },
- {
- "name": "dmg-builder",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "dompurify",
- "version": "3.4.5",
- "author": "Dr.-Ing. Mario Heiderich, Cure53",
- "license": "(MPL-2.0 OR Apache-2.0)"
- },
- {
- "name": "dotenv",
- "version": "16.6.1",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "dotenv-expand",
- "version": "11.0.6",
- "author": "motdotla",
- "license": "BSD-2-Clause"
- },
- {
- "name": "dunder-proto",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "earcut",
- "version": "3.0.0",
- "author": "Vladimir Agafonkin",
- "license": "ISC"
- },
- {
- "name": "eastasianwidth",
- "version": "0.2.0",
- "author": "Masaki Komagata",
- "license": "MIT"
- },
- {
- "name": "editorconfig",
- "version": "1.0.3",
- "author": "EditorConfig Team",
- "license": "MIT"
- },
- {
- "name": "ejs",
- "version": "3.1.10",
- "author": "Matthew Eernisse",
- "license": "Apache-2.0"
- },
- {
- "name": "electron",
- "version": "42.4.0",
- "author": "Electron Community",
- "license": "MIT"
- },
- {
- "name": "electron-builder",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "electron-builder-squirrel-windows",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "electron-prompt",
- "version": "1.7.0",
- "author": "p-sam",
- "license": "MIT"
- },
- {
- "name": "electron-publish",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "electron-winstaller",
- "version": "5.4.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "emoji-picker-element",
- "version": "1.29.1",
- "author": "Nolan Lawson",
- "license": "Apache-2.0"
- },
- {
- "name": "emoji-picker-element-data",
- "version": "1.8.0",
- "author": "Nolan Lawson",
- "license": "Apache-2.0"
- },
- {
- "name": "emoji-regex",
- "version": "8.0.0",
- "author": "Mathias Bynens",
- "license": "MIT"
- },
- {
- "name": "encoding",
- "version": "0.1.13",
- "author": "Andris Reinman",
- "license": "MIT"
- },
- {
- "name": "end-of-stream",
- "version": "1.1.0",
- "author": "Mathias Buus",
- "license": "MIT"
- },
- {
- "name": "enhanced-resolve",
- "version": "5.22.0",
- "author": "Tobias Koppers @sokra",
- "license": "MIT"
- },
- {
- "name": "entities",
- "version": "7.0.1",
- "author": "Felix Boehm",
- "license": "BSD-2-Clause"
- },
- {
- "name": "env-paths",
- "version": "2.2.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "err-code",
- "version": "2.0.2",
- "author": "IndigoUnited",
- "license": "MIT"
- },
- {
- "name": "es-abstract",
- "version": "1.24.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-define-property",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-errors",
- "version": "1.3.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-module-lexer",
- "version": "2.1.0",
- "author": "Guy Bedford",
- "license": "MIT"
- },
- {
- "name": "es-object-atoms",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-set-tostringtag",
- "version": "2.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-to-primitive",
- "version": "1.3.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es6-error",
- "version": "4.1.1",
- "author": "Ben Youngblood",
- "license": "MIT"
- },
- {
- "name": "escalade",
- "version": "3.2.0",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "escape-string-regexp",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "eslint",
- "version": "9.39.4",
- "author": "Nicholas C. Zakas",
- "license": "MIT"
- },
- {
- "name": "eslint-config-prettier",
- "version": "10.1.8",
- "author": "Simon Lydell",
- "license": "MIT"
- },
- {
- "name": "eslint-plugin-prettier",
- "version": "5.5.5",
- "author": "Teddy Katz",
- "license": "MIT"
- },
- {
- "name": "eslint-plugin-security",
- "version": "3.0.1",
- "author": "Node Security Project",
- "license": "Apache-2.0"
- },
- {
- "name": "eslint-plugin-vue",
- "version": "10.9.1",
- "author": "Toru Nagashima",
- "license": "MIT"
- },
- {
- "name": "eslint-scope",
- "version": "8.2.0",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "eslint-visitor-keys",
- "version": "3.3.0",
- "author": "Toru Nagashima",
- "license": "Apache-2.0"
- },
- {
- "name": "esmangle-evaluator",
- "version": "1.0.1",
- "author": "Andres Suarez",
- "license": "MIT"
- },
- {
- "name": "espree",
- "version": "10.3.0",
- "author": "Nicholas C. Zakas",
- "license": "BSD-2-Clause"
- },
- {
- "name": "esprima-fb",
- "version": "15001.1001.0-dev-harmony-fb",
- "author": "Ariya Hidayat",
- "license": "BSD"
- },
- {
- "name": "esquery",
- "version": "1.6.0",
- "author": "Joel Feenstra",
- "license": "BSD-3-Clause"
- },
- {
- "name": "esrecurse",
- "version": "4.3.0",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "estraverse",
- "version": "5.1.0",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "estree-walker",
- "version": "2.0.2",
- "author": "Rich Harris",
- "license": "MIT"
- },
- {
- "name": "esutils",
- "version": "2.0.2",
- "author": "—",
- "license": "BSD"
- },
- {
- "name": "execa",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "expect-type",
- "version": "1.3.0",
- "author": "—",
- "license": "Apache-2.0"
- },
- {
- "name": "exponential-backoff",
- "version": "3.1.1",
- "author": "Sami Sayegh",
- "license": "Apache-2.0"
- },
- {
- "name": "fake-indexeddb",
- "version": "6.2.5",
- "author": "Jeremy Scheff",
- "license": "Apache-2.0"
- },
- {
- "name": "falafel",
- "version": "1.2.0",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "fast-deep-equal",
- "version": "3.1.3",
- "author": "Evgeny Poberezkin",
- "license": "MIT"
- },
- {
- "name": "fast-diff",
- "version": "1.1.2",
- "author": "Jason Chen",
- "license": "Apache-2.0"
- },
- {
- "name": "fast-json-stable-stringify",
- "version": "2.0.0",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "fast-levenshtein",
- "version": "2.0.6",
- "author": "Ramesh Nair",
- "license": "MIT"
- },
- {
- "name": "fdir",
- "version": "6.4.3",
- "author": "thecodrr",
- "license": "MIT"
- },
- {
- "name": "fflate",
- "version": "0.8.0",
- "author": "Arjun Barrett",
- "license": "MIT"
- },
- {
- "name": "file-entry-cache",
- "version": "8.0.0",
- "author": "Jared Wray",
- "license": "MIT"
- },
- {
- "name": "filelist",
- "version": "1.0.1",
- "author": "Matthew Eernisse",
- "license": "Apache-2.0"
- },
- {
- "name": "find-up",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "flat-cache",
- "version": "4.0.0",
- "author": "Jared Wray",
- "license": "MIT"
- },
- {
- "name": "flatted",
- "version": "3.4.2",
- "author": "Andrea Giammarchi",
- "license": "ISC"
- },
- {
- "name": "for-each",
- "version": "0.3.5",
- "author": "Raynos",
- "license": "MIT"
- },
- {
- "name": "foreach",
- "version": "2.0.6",
- "author": "Manuel Stofer",
- "license": "MIT"
- },
- {
- "name": "foreground-child",
- "version": "3.1.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "form-data",
- "version": "4.0.5",
- "author": "Felix Geisendörfer",
- "license": "MIT"
- },
- {
- "name": "fs-extra",
- "version": "7.0.1",
- "author": "JP Richardson",
- "license": "MIT"
- },
- {
- "name": "fs-minipass",
- "version": "3.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "function-bind",
- "version": "1.1.1",
- "author": "Raynos",
- "license": "MIT"
- },
- {
- "name": "function.prototype.name",
- "version": "1.1.8",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "functions-have-names",
- "version": "1.2.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "generator-function",
- "version": "2.0.1",
- "author": "Jordan Harbamd",
- "license": "MIT"
- },
- {
- "name": "geotiff",
- "version": "3.0.5",
- "author": "Fabian Schindler",
- "license": "MIT"
- },
- {
- "name": "get-caller-file",
- "version": "1.0.1",
- "author": "Stefan Penner",
- "license": "ISC"
- },
- {
- "name": "get-intrinsic",
- "version": "1.1.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "get-proto",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "get-stream",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "get-symbol-description",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "glob",
- "version": "10.5.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "glob",
- "version": "13.0.6",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "glob-parent",
- "version": "6.0.2",
- "author": "Gulp Team",
- "license": "ISC"
- },
- {
- "name": "global-agent",
- "version": "3.0.0",
- "author": "Gajus Kuizinas",
- "license": "BSD-3-Clause"
- },
- {
- "name": "globals",
- "version": "14.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "globalthis",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "gopd",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "got",
- "version": "11.8.6",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "graceful-fs",
- "version": "4.1.2",
- "author": "—",
- "license": "ISC"
- },
- {
- "name": "has",
- "version": "1.0.4",
- "author": "Thiago de Arruda",
- "license": "MIT"
- },
- {
- "name": "has-bigints",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "has-flag",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "has-property-descriptors",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "has-proto",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "has-symbols",
- "version": "1.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "has-tostringtag",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "hasown",
- "version": "2.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "hosted-git-info",
- "version": "4.1.0",
- "author": "Rebecca Turner",
- "license": "ISC"
- },
- {
- "name": "html-encoding-sniffer",
- "version": "6.0.0",
- "author": "Domenic Denicola",
- "license": "MIT"
- },
- {
- "name": "html-escaper",
- "version": "2.0.0",
- "author": "Andrea Giammarchi",
- "license": "MIT"
- },
- {
- "name": "http-cache-semantics",
- "version": "4.1.1",
- "author": "Kornel Lesiński",
- "license": "BSD-2-Clause"
- },
- {
- "name": "http-proxy-agent",
- "version": "7.0.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "http2-wrapper",
- "version": "1.0.0-beta.5.2",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "https-proxy-agent",
- "version": "7.0.1",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "iconv-lite",
- "version": "0.6.2",
- "author": "Alexander Shtuchkin",
- "license": "MIT"
- },
- {
- "name": "ignore",
- "version": "5.3.2",
- "author": "kael",
- "license": "MIT"
- },
- {
- "name": "immediate",
- "version": "3.0.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "import-fresh",
- "version": "3.2.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "imurmurhash",
- "version": "0.1.4",
- "author": "Jens Taylor",
- "license": "MIT"
- },
- {
- "name": "inherits",
- "version": "2.0.1",
- "author": "—",
- "license": "ISC"
- },
- {
- "name": "ini",
- "version": "2.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "inline-process-browser",
- "version": "1.0.0",
- "author": "Calvin W. Metcalf",
- "license": "MIT"
- },
- {
- "name": "internal-slot",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "invert-kv",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "ip",
- "version": "2.0.1",
- "author": "Fedor Indutny",
- "license": "MIT"
- },
- {
- "name": "is-array-buffer",
- "version": "3.0.5",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-async-function",
- "version": "2.1.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-bigint",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-blob",
- "version": "2.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "is-boolean-object",
- "version": "1.2.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-callable",
- "version": "1.2.7",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-data-view",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-date-object",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-extglob",
- "version": "2.1.1",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "is-finalizationregistry",
- "version": "1.1.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-fullwidth-code-point",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "is-generator-function",
- "version": "1.1.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-glob",
- "version": "4.0.3",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "is-interactive",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "is-map",
- "version": "2.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-negative-zero",
- "version": "2.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-number-object",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-potential-custom-element-name",
- "version": "1.0.1",
- "author": "Mathias Bynens",
- "license": "MIT"
- },
- {
- "name": "is-regex",
- "version": "1.2.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-set",
- "version": "2.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-shared-array-buffer",
- "version": "1.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-stream",
- "version": "1.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "is-string",
- "version": "1.1.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-symbol",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-typed-array",
- "version": "1.1.15",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-weakmap",
- "version": "2.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-weakref",
- "version": "1.1.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-weakset",
- "version": "2.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "isarray",
- "version": "0.0.1",
- "author": "Julian Gruber",
- "license": "MIT"
- },
- {
- "name": "isbinaryfile",
- "version": "4.0.8",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "isexe",
- "version": "2.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "istanbul-lib-coverage",
- "version": "3.2.2",
- "author": "Krishnan Anantheswaran",
- "license": "BSD-3-Clause"
- },
- {
- "name": "istanbul-lib-report",
- "version": "3.0.1",
- "author": "Krishnan Anantheswaran",
- "license": "BSD-3-Clause"
- },
- {
- "name": "istanbul-reports",
- "version": "3.2.0",
- "author": "Krishnan Anantheswaran",
- "license": "BSD-3-Clause"
- },
- {
- "name": "jackspeak",
- "version": "3.1.2",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "jake",
- "version": "10.8.5",
- "author": "Matthew Eernisse",
- "license": "Apache-2.0"
- },
- {
- "name": "jiti",
- "version": "2.4.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "js-beautify",
- "version": "1.14.9",
- "author": "Einar Lielmanis",
- "license": "MIT"
- },
- {
- "name": "js-tokens",
- "version": "10.0.0",
- "author": "Simon Lydell",
- "license": "MIT"
- },
- {
- "name": "js-yaml",
- "version": "4.1.1",
- "author": "Vladimir Zapparov",
- "license": "MIT"
- },
- {
- "name": "jsdom",
- "version": "29.1.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "json-buffer",
- "version": "3.0.1",
- "author": "Dominic Tarr",
- "license": "MIT"
- },
- {
- "name": "json-schema-traverse",
- "version": "0.4.1",
- "author": "Evgeny Poberezkin",
- "license": "MIT"
- },
- {
- "name": "json-stable-stringify-without-jsonify",
- "version": "1.0.1",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "json-stringify-pretty-compact",
- "version": "4.0.0",
- "author": "Simon Lydell",
- "license": "MIT"
- },
- {
- "name": "json-stringify-safe",
- "version": "5.0.1",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "json5",
- "version": "2.2.3",
- "author": "Aseem Kishore",
- "license": "MIT"
- },
- {
- "name": "jsonfile",
- "version": "4.0.0",
- "author": "JP Richardson",
- "license": "MIT"
- },
- {
- "name": "jszip",
- "version": "3.10.1",
- "author": "Stuart Knightley",
- "license": "(MIT OR GPL-3.0-or-later)"
- },
- {
- "name": "keycharm",
- "version": "0.4.0",
- "author": "Alex de Mulder",
- "license": "(Apache-2.0 OR MIT)"
- },
- {
- "name": "keyv",
- "version": "4.5.4",
- "author": "Jared Wray",
- "license": "MIT"
- },
- {
- "name": "lazy-val",
- "version": "1.0.5",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "lcid",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "lerc",
- "version": "3.0.0",
- "author": "Esri",
- "license": "Apache-2.0"
- },
- {
- "name": "levn",
- "version": "0.4.1",
- "author": "George Zahariev",
- "license": "MIT"
- },
- {
- "name": "lie",
- "version": "3.3.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "lightningcss",
- "version": "1.32.0",
- "author": "—",
- "license": "MPL-2.0"
- },
- {
- "name": "lightningcss-linux-x64-gnu",
- "version": "1.32.0",
- "author": "—",
- "license": "MPL-2.0"
- },
- {
- "name": "locate-path",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "lodash",
- "version": "4.18.1",
- "author": "John-David Dalton",
- "license": "MIT"
- },
- {
- "name": "lodash.merge",
- "version": "4.6.2",
- "author": "John-David Dalton",
- "license": "MIT"
- },
- {
- "name": "log-symbols",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "lowercase-keys",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "lru-cache",
- "version": "6.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "lru-cache",
- "version": "11.5.0",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "magic-string",
- "version": "0.30.21",
- "author": "Rich Harris",
- "license": "MIT"
- },
- {
- "name": "magicast",
- "version": "0.5.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "make-dir",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "make-fetch-happen",
- "version": "14.0.3",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "map-age-cleaner",
- "version": "0.1.1",
- "author": "Sam Verschueren",
- "license": "MIT"
- },
- {
- "name": "mapbox-to-css-font",
- "version": "3.2.0",
- "author": "Andreas Hocevar",
- "license": "BSD-2-Clause"
- },
- {
- "name": "marked",
- "version": "18.0.4",
- "author": "Christopher Jeffrey",
- "license": "MIT"
- },
- {
- "name": "matcher",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "math-intrinsics",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "mdn-data",
- "version": "2.27.1",
- "author": "Mozilla Developer Network",
- "license": "CC0-1.0"
- },
- {
- "name": "mem",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "micron-parser",
- "version": "0.0.0",
- "author": "—",
- "license": "Unknown"
- },
- {
- "name": "mime",
- "version": "2.5.2",
- "author": "Robert Kieffer",
- "license": "MIT"
- },
- {
- "name": "mime-db",
- "version": "1.24.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "mime-types",
- "version": "2.1.12",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "mimic-fn",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "mimic-response",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "mini-svg-data-uri",
- "version": "1.2.3",
- "author": "Taylor “Tigt” Hunt",
- "license": "MIT"
- },
- {
- "name": "minimatch",
- "version": "3.1.4",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minimatch",
- "version": "10.2.3",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "minimist",
- "version": "1.2.6",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "minipass",
- "version": "3.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minipass",
- "version": "7.1.3",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "minipass-collect",
- "version": "2.0.1",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minipass-fetch",
- "version": "4.0.0",
- "author": "GitHub Inc.",
- "license": "MIT"
- },
- {
- "name": "minipass-flush",
- "version": "1.0.5",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minipass-pipeline",
- "version": "1.2.4",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minipass-sized",
- "version": "1.0.3",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minizlib",
- "version": "3.0.1",
- "author": "Isaac Z. Schlueter",
- "license": "MIT"
- },
- {
- "name": "mitt",
- "version": "3.0.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "mrmime",
- "version": "2.0.0",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "ms",
- "version": "2.1.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "mute-stream",
- "version": "0.0.8",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "nanoid",
- "version": "3.3.12",
- "author": "Andrey Sitnik",
- "license": "MIT"
- },
- {
- "name": "natural-compare",
- "version": "1.4.0",
- "author": "Lauri Rooden",
- "license": "MIT"
- },
- {
- "name": "negotiator",
- "version": "1.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "node-abi",
- "version": "4.2.0",
- "author": "Lukas Geiger",
- "license": "MIT"
- },
- {
- "name": "node-api-version",
- "version": "0.2.1",
- "author": "Tim Fish",
- "license": "MIT"
- },
- {
- "name": "node-gyp",
- "version": "11.2.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "nopt",
- "version": "6.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "normalize-url",
- "version": "6.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "npm-run-path",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "nth-check",
- "version": "2.1.1",
- "author": "Felix Boehm",
- "license": "BSD-2-Clause"
- },
- {
- "name": "number-is-nan",
- "version": "1.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "numcodecs",
- "version": "0.3.2",
- "author": "Trevor Manz",
- "license": "MIT"
- },
- {
- "name": "object-assign",
- "version": "4.1.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "object-inspect",
- "version": "1.13.4",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "object-keys",
- "version": "1.0.6",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "object.assign",
- "version": "4.1.7",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "obug",
- "version": "2.1.1",
- "author": "Kevin Deng",
- "license": "MIT"
- },
- {
- "name": "ol",
- "version": "10.9.0",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "ol-mapbox-style",
- "version": "13.4.1",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "once",
- "version": "1.3.1",
- "author": "Isaac Z. Schlueter",
- "license": "BSD"
- },
- {
- "name": "onetime",
- "version": "5.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "optionator",
- "version": "0.9.3",
- "author": "George Zahariev",
- "license": "MIT"
- },
- {
- "name": "ora",
- "version": "5.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "os-locale",
- "version": "3.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "own-keys",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "p-cancelable",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-defer",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-finally",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-is-promise",
- "version": "1.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-limit",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-locate",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-map",
- "version": "7.0.2",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-try",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "package-json-from-dist",
- "version": "1.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "pako",
- "version": "1.0.11",
- "author": "—",
- "license": "(MIT AND Zlib)"
- },
- {
- "name": "parent-module",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "parse-headers",
- "version": "2.0.2",
- "author": "David Björklund",
- "license": "MIT"
- },
- {
- "name": "parse5",
- "version": "8.0.1",
- "author": "Ivan Nikulin",
- "license": "MIT"
- },
- {
- "name": "path-exists",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "path-key",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "path-scurry",
- "version": "1.11.1",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "pathe",
- "version": "2.0.3",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "pbf",
- "version": "4.0.1",
- "author": "Konstantin Kaefer",
- "license": "BSD-3-Clause"
- },
- {
- "name": "pe-library",
- "version": "0.4.1",
- "author": "jet",
- "license": "MIT"
- },
- {
- "name": "picocolors",
- "version": "1.1.1",
- "author": "Alexey Raspopov",
- "license": "ISC"
- },
- {
- "name": "picomatch",
- "version": "4.0.4",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "playwright",
- "version": "1.59.1",
- "author": "Microsoft Corporation",
- "license": "Apache-2.0"
- },
- {
- "name": "playwright-core",
- "version": "1.59.1",
- "author": "Microsoft Corporation",
- "license": "Apache-2.0"
- },
- {
- "name": "plist",
- "version": "3.1.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "pngjs",
- "version": "5.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "possible-typed-array-names",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "postcss",
- "version": "8.5.15",
- "author": "Andrey Sitnik",
- "license": "MIT"
- },
- {
- "name": "postcss-selector-parser",
- "version": "7.1.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "postject",
- "version": "1.0.0-alpha.6",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "prelude-ls",
- "version": "1.2.1",
- "author": "George Zahariev",
- "license": "MIT"
- },
- {
- "name": "prettier",
- "version": "3.8.3",
- "author": "James Long",
- "license": "MIT"
- },
- {
- "name": "prettier-linter-helpers",
- "version": "1.0.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "private",
- "version": "0.1.8",
- "author": "Ben Newman",
- "license": "MIT"
- },
- {
- "name": "proc-log",
- "version": "5.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "process-nextick-args",
- "version": "2.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "progress",
- "version": "2.0.3",
- "author": "TJ Holowaychuk",
- "license": "MIT"
- },
- {
- "name": "promise-retry",
- "version": "2.0.1",
- "author": "IndigoUnited",
- "license": "MIT"
- },
- {
- "name": "proper-lockfile",
- "version": "4.1.2",
- "author": "André Cruz",
- "license": "MIT"
- },
- {
- "name": "proto-list",
- "version": "1.2.1",
- "author": "Isaac Z. Schlueter",
- "license": "MIT"
- },
- {
- "name": "protocol-buffers-schema",
- "version": "3.6.1",
- "author": "Mathias Buus",
- "license": "MIT"
- },
- {
- "name": "pump",
- "version": "3.0.0",
- "author": "Mathias Buus Madsen",
- "license": "MIT"
- },
- {
- "name": "punycode",
- "version": "2.3.1",
- "author": "Mathias Bynens",
- "license": "MIT"
- },
- {
- "name": "qrcode",
- "version": "1.5.4",
- "author": "Ryan Day",
- "license": "MIT"
- },
- {
- "name": "quick-lru",
- "version": "5.1.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "quickselect",
- "version": "2.0.0",
- "author": "Vladimir Agafonkin",
- "license": "ISC"
- },
- {
- "name": "rbush",
- "version": "4.0.0",
- "author": "Volodymyr Agafonkin",
- "license": "MIT"
- },
- {
- "name": "read-binary-file-arch",
- "version": "1.0.6",
- "author": "Samuel Maddock",
- "license": "MIT"
- },
- {
- "name": "readable-stream",
- "version": "1.0.33-1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "recast",
- "version": "0.10.43",
- "author": "Ben Newman",
- "license": "MIT"
- },
- {
- "name": "reference-spec-reader",
- "version": "0.2.0",
- "author": "manzt",
- "license": "MIT"
- },
- {
- "name": "reflect.getprototypeof",
- "version": "1.0.10",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "regexp-tree",
- "version": "0.1.1",
- "author": "Dmitry Soshnikov",
- "license": "MIT"
- },
- {
- "name": "regexp.prototype.flags",
- "version": "1.5.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "require-directory",
- "version": "2.1.1",
- "author": "Troy Goode",
- "license": "MIT"
- },
- {
- "name": "require-from-string",
- "version": "2.0.2",
- "author": "Vsevolod Strukchinsky",
- "license": "MIT"
- },
- {
- "name": "require-main-filename",
- "version": "1.0.1",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "resedit",
- "version": "1.7.2",
- "author": "jet",
- "license": "MIT"
- },
- {
- "name": "resolve-alpn",
- "version": "1.0.0",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "resolve-from",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "resolve-protobuf-schema",
- "version": "2.1.0",
- "author": "Mathias Buus",
- "license": "MIT"
- },
- {
- "name": "responselike",
- "version": "2.0.1",
- "author": "lukechilds",
- "license": "MIT"
- },
- {
- "name": "restore-cursor",
- "version": "3.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "retry",
- "version": "0.12.0",
- "author": "Tim Koschützki",
- "license": "MIT"
- },
- {
- "name": "rimraf",
- "version": "2.6.3",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "roarr",
- "version": "2.15.3",
- "author": "Gajus Kuizinas",
- "license": "BSD-3-Clause"
- },
- {
- "name": "rolldown",
- "version": "1.0.0-rc.17",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "rw",
- "version": "1.3.3",
- "author": "Mike Bostock",
- "license": "BSD-3-Clause"
- },
- {
- "name": "safe-array-concat",
- "version": "1.1.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "safe-buffer",
- "version": "5.1.2",
- "author": "Feross Aboukhadijeh",
- "license": "MIT"
- },
- {
- "name": "safe-push-apply",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "safe-regex",
- "version": "2.1.1",
- "author": "James C.",
- "license": "MIT"
- },
- {
- "name": "safe-regex-test",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "safer-buffer",
- "version": "2.1.2",
- "author": "Nikita Skovoroda",
- "license": "MIT"
- },
- {
- "name": "sanitize-filename",
- "version": "1.6.3",
- "author": "Parsha Pourkhomami",
- "license": "WTFPL OR ISC"
- },
- {
- "name": "sax",
- "version": "1.2.4",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "saxes",
- "version": "6.0.0",
- "author": "Louis-Dominique Dubeau",
- "license": "ISC"
- },
- {
- "name": "semver",
- "version": "7.5.3",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "semver-compare",
- "version": "1.0.0",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "serialize-error",
- "version": "7.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "set-blocking",
- "version": "2.0.0",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "set-function-length",
- "version": "1.2.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "set-function-name",
- "version": "2.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "set-proto",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "setimmediate",
- "version": "1.0.5",
- "author": "YuzuJS",
- "license": "MIT"
- },
- {
- "name": "shebang-command",
- "version": "2.0.0",
- "author": "Kevin Mårtensson",
- "license": "MIT"
- },
- {
- "name": "shebang-regex",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "side-channel",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "side-channel-list",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "side-channel-map",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "side-channel-weakmap",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "siginfo",
- "version": "2.0.0",
- "author": "Emil Bay",
- "license": "ISC"
- },
- {
- "name": "signal-exit",
- "version": "3.0.0",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "simple-update-notifier",
- "version": "2.0.0",
- "author": "alexbrazier",
- "license": "MIT"
- },
- {
- "name": "sirv",
- "version": "3.0.2",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "smart-buffer",
- "version": "4.2.0",
- "author": "Josh Glazebrook",
- "license": "MIT"
- },
- {
- "name": "socks",
- "version": "2.7.1",
- "author": "Josh Glazebrook",
- "license": "MIT"
- },
- {
- "name": "socks-proxy-agent",
- "version": "8.0.3",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "source-map",
- "version": "0.5.0",
- "author": "Nick Fitzgerald",
- "license": "BSD-3-Clause"
- },
- {
- "name": "source-map-js",
- "version": "1.0.2",
- "author": "Valentin 7rulnik Semirulnik",
- "license": "BSD-3-Clause"
- },
- {
- "name": "source-map-support",
- "version": "0.5.19",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "sprintf-js",
- "version": "1.1.3",
- "author": "Alexandru Mărășteanu",
- "license": "BSD-3-Clause"
- },
- {
- "name": "ssri",
- "version": "12.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "stackback",
- "version": "0.0.2",
- "author": "Roman Shtylman",
- "license": "MIT"
- },
- {
- "name": "stat-mode",
- "version": "1.0.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "std-env",
- "version": "4.0.0-rc.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "stop-iteration-iterator",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "string-width",
- "version": "1.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "string.prototype.trim",
- "version": "1.2.10",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "string.prototype.trimend",
- "version": "1.0.9",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "string.prototype.trimstart",
- "version": "1.0.8",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "string_decoder",
- "version": "0.10.24",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "strip-ansi",
- "version": "6.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "strip-eof",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "strip-json-comments",
- "version": "3.1.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "sumchecker",
- "version": "3.0.1",
- "author": "Mark Lee",
- "license": "Apache-2.0"
- },
- {
- "name": "supports-color",
- "version": "7.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "symbol-tree",
- "version": "3.2.4",
- "author": "Joris van der Wel",
- "license": "MIT"
- },
- {
- "name": "synckit",
- "version": "0.11.12",
- "author": "JounQin",
- "license": "MIT"
- },
- {
- "name": "tailwindcss",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "tapable",
- "version": "2.3.3",
- "author": "Tobias Koppers @sokra",
- "license": "MIT"
- },
- {
- "name": "tar",
- "version": "7.5.15",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "temp",
- "version": "0.9.0",
- "author": "Bruce Williams",
- "license": "MIT"
- },
- {
- "name": "temp-file",
- "version": "3.4.0",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "terser",
- "version": "5.48.0",
- "author": "Mihai Bazon",
- "license": "BSD-2-Clause"
- },
- {
- "name": "through2",
- "version": "0.6.5",
- "author": "Rod Vagg",
- "license": "MIT"
- },
- {
- "name": "tiny-async-pool",
- "version": "1.3.0",
- "author": "Rafael Xavier de Souza",
- "license": "MIT"
- },
- {
- "name": "tinybench",
- "version": "2.9.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "tinyexec",
- "version": "1.0.2",
- "author": "James Garbutt",
- "license": "MIT"
- },
- {
- "name": "tinyglobby",
- "version": "0.2.12",
- "author": "Superchupu",
- "license": "MIT"
- },
- {
- "name": "tinyqueue",
- "version": "3.0.0",
- "author": "—",
- "license": "ISC"
- },
- {
- "name": "tinyrainbow",
- "version": "3.1.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "tldts",
- "version": "7.0.5",
- "author": "Rémi Berson",
- "license": "MIT"
- },
- {
- "name": "tldts-core",
- "version": "7.0.5",
- "author": "Rémi Berson",
- "license": "MIT"
- },
- {
- "name": "tmp",
- "version": "0.2.6",
- "author": "KARASZI István",
- "license": "MIT"
- },
- {
- "name": "tmp-promise",
- "version": "3.0.2",
- "author": "Benjamin Gruenbaum and Collaborators.",
- "license": "MIT"
- },
- {
- "name": "totalist",
- "version": "3.0.0",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "tough-cookie",
- "version": "6.0.1",
- "author": "Jeremy Stashewsky",
- "license": "BSD-3-Clause"
- },
- {
- "name": "tr46",
- "version": "6.0.0",
- "author": "Sebastian Mayr",
- "license": "MIT"
- },
- {
- "name": "truncate-utf8-bytes",
- "version": "1.0.0",
- "author": "Carl Xiong",
- "license": "WTFPL"
- },
- {
- "name": "type-check",
- "version": "0.4.0",
- "author": "George Zahariev",
- "license": "MIT"
- },
- {
- "name": "type-fest",
- "version": "0.13.1",
- "author": "Sindre Sorhus",
- "license": "(MIT OR CC0-1.0)"
- },
- {
- "name": "typed-array-buffer",
- "version": "1.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "typed-array-byte-length",
- "version": "1.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "typed-array-byte-offset",
- "version": "1.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "typed-array-length",
- "version": "1.0.7",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "unbox-primitive",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "undici",
- "version": "7.26.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "undici-types",
- "version": "7.16.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "unique-filename",
- "version": "4.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "unique-slug",
- "version": "5.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "universalify",
- "version": "0.1.0",
- "author": "Ryan Zimmerman",
- "license": "MIT"
- },
- {
- "name": "unreachable-branch-transform",
- "version": "0.3.0",
- "author": "Andres Suarez",
- "license": "MIT"
- },
- {
- "name": "unzipit",
- "version": "2.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "upath",
- "version": "2.0.1",
- "author": "Angelos Pikoulas",
- "license": "MIT"
- },
- {
- "name": "uri-js",
- "version": "4.2.2",
- "author": "Gary Court",
- "license": "BSD-2-Clause"
- },
- {
- "name": "utf8-byte-length",
- "version": "1.0.1",
- "author": "Carl Xiong",
- "license": "WTFPL"
- },
- {
- "name": "util-deprecate",
- "version": "1.0.1",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "uuid",
- "version": "14.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "vis-data",
- "version": "7.1.10",
- "author": "—",
- "license": "(Apache-2.0 OR MIT)"
- },
- {
- "name": "vis-network",
- "version": "9.1.13",
- "author": "—",
- "license": "(Apache-2.0 OR MIT)"
- },
- {
- "name": "vis-util",
- "version": "5.0.7",
- "author": "Alex de Mulder",
- "license": "(Apache-2.0 OR MIT)"
- },
- {
- "name": "vite",
- "version": "8.0.10",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "vite-plugin-vuetify",
- "version": "2.1.3",
- "author": "Kael Watts-Deuchar",
- "license": "MIT"
- },
- {
- "name": "vitest",
- "version": "4.1.5",
- "author": "Anthony Fu",
- "license": "MIT"
- },
- {
- "name": "vue",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "vue-component-type-helpers",
- "version": "3.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "vue-eslint-parser",
- "version": "10.4.0",
- "author": "Toru Nagashima",
- "license": "MIT"
- },
- {
- "name": "vue-i18n",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "vue-router",
- "version": "4.6.4",
- "author": "Eduardo San Martin Morote",
- "license": "MIT"
- },
- {
- "name": "vuetify",
- "version": "3.12.5",
- "author": "John Leider",
- "license": "MIT"
- },
- {
- "name": "w3c-xmlserializer",
- "version": "5.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "wcwidth",
- "version": "1.0.1",
- "author": "Tim Oxley",
- "license": "MIT"
- },
- {
- "name": "web-worker",
- "version": "1.5.0",
- "author": "—",
- "license": "Apache-2.0"
- },
- {
- "name": "webidl-conversions",
- "version": "8.0.1",
- "author": "Domenic Denicola",
- "license": "BSD-2-Clause"
- },
- {
- "name": "whatwg-mimetype",
- "version": "5.0.0",
- "author": "Domenic Denicola",
- "license": "MIT"
- },
- {
- "name": "whatwg-url",
- "version": "16.0.1",
- "author": "Sebastian Mayr",
- "license": "MIT"
- },
- {
- "name": "which",
- "version": "2.0.1",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "which-boxed-primitive",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "which-builtin-type",
- "version": "1.2.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "which-collection",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "which-module",
- "version": "2.0.0",
- "author": "nexdrew",
- "license": "ISC"
- },
- {
- "name": "which-typed-array",
- "version": "1.1.21",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "why-is-node-running",
- "version": "2.3.0",
- "author": "Mathias Buus",
- "license": "MIT"
- },
- {
- "name": "wrap-ansi",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "wrappy",
- "version": "1.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "xml-name-validator",
- "version": "4.0.0",
- "author": "Domenic Denicola",
- "license": "Apache-2.0"
- },
- {
- "name": "xml-utils",
- "version": "1.10.2",
- "author": "Daniel J. Dufour",
- "license": "CC0-1.0"
- },
- {
- "name": "xmlbuilder",
- "version": "15.1.1",
- "author": "Ozgur Ozcitak",
- "license": "MIT"
- },
- {
- "name": "xmlchars",
- "version": "2.2.0",
- "author": "Louis-Dominique Dubeau",
- "license": "MIT"
- },
- {
- "name": "xtend",
- "version": "4.0.2",
- "author": "Raynos",
- "license": "MIT"
- },
- {
- "name": "y18n",
- "version": "5.0.8",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "yallist",
- "version": "4.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "yallist",
- "version": "5.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "yargs",
- "version": "12.0.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "yargs-parser",
- "version": "18.1.1",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "yocto-queue",
- "version": "0.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "zarrita",
- "version": "0.7.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "zstddec",
- "version": "0.2.0",
- "author": "Don McCurdy",
- "license": "MIT AND BSD-3-Clause"
- }
+ {
+ "name": "7zip-bin",
+ "version": "5.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@aashutoshrathi/word-wrap",
+ "version": "1.2.6",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "@asamuzakjp/css-color",
+ "version": "5.1.11",
+ "author": "asamuzaK",
+ "license": "MIT"
+ },
+ {
+ "name": "@asamuzakjp/dom-selector",
+ "version": "7.1.1",
+ "author": "asamuzaK",
+ "license": "MIT"
+ },
+ {
+ "name": "@asamuzakjp/generational-cache",
+ "version": "1.0.1",
+ "author": "asamuzaK",
+ "license": "MIT"
+ },
+ {
+ "name": "@asamuzakjp/nwsapi",
+ "version": "2.3.9",
+ "author": "Diego Perini",
+ "license": "MIT"
+ },
+ {
+ "name": "@babel/helper-string-parser",
+ "version": "7.27.1",
+ "author": "The Babel Team",
+ "license": "MIT"
+ },
+ {
+ "name": "@babel/helper-validator-identifier",
+ "version": "7.28.5",
+ "author": "The Babel Team",
+ "license": "MIT"
+ },
+ {
+ "name": "@babel/parser",
+ "version": "7.29.2",
+ "author": "The Babel Team",
+ "license": "MIT"
+ },
+ {
+ "name": "@babel/types",
+ "version": "7.29.0",
+ "author": "The Babel Team",
+ "license": "MIT"
+ },
+ {
+ "name": "@bcoe/v8-coverage",
+ "version": "1.0.2",
+ "author": "Charles Samborski",
+ "license": "MIT"
+ },
+ {
+ "name": "@bramus/specificity",
+ "version": "2.4.2",
+ "author": "Bramus Van Damme",
+ "license": "MIT"
+ },
+ {
+ "name": "@csstools/color-helpers",
+ "version": "6.0.2",
+ "author": "—",
+ "license": "MIT-0"
+ },
+ {
+ "name": "@csstools/css-calc",
+ "version": "3.2.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@csstools/css-color-parser",
+ "version": "4.1.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@csstools/css-parser-algorithms",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@csstools/css-syntax-patches-for-csstree",
+ "version": "1.1.3",
+ "author": "—",
+ "license": "MIT-0"
+ },
+ {
+ "name": "@csstools/css-tokenizer",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@develar/schema-utils",
+ "version": "2.6.5",
+ "author": "webpack Contrib",
+ "license": "MIT"
+ },
+ {
+ "name": "@egjs/hammerjs",
+ "version": "2.0.17",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-internal/extract-zip",
+ "version": "1.0.3",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "@electron/asar",
+ "version": "3.4.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/fuses",
+ "version": "1.8.0",
+ "author": "Electron Community",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/get",
+ "version": "3.1.0",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/notarize",
+ "version": "2.5.0",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/osx-sign",
+ "version": "1.3.3",
+ "author": "electron",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "@electron/rebuild",
+ "version": "4.0.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/universal",
+ "version": "2.0.3",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/windows-sign",
+ "version": "1.1.2",
+ "author": "Felix Rieseberg",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "@epic-web/invariant",
+ "version": "1.0.0",
+ "author": "Kent C. Dodds",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint-community/eslint-utils",
+ "version": "4.4.0",
+ "author": "Toru Nagashima",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint-community/regexpp",
+ "version": "4.12.1",
+ "author": "Toru Nagashima",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint/config-array",
+ "version": "0.21.2",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@eslint/config-helpers",
+ "version": "0.4.2",
+ "author": "—",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@eslint/core",
+ "version": "0.17.0",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@eslint/eslintrc",
+ "version": "3.3.5",
+ "author": "Nicholas C. Zakas",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint/js",
+ "version": "9.39.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint/object-schema",
+ "version": "2.1.7",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@eslint/plugin-kit",
+ "version": "0.4.1",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@exodus/bytes",
+ "version": "1.15.1",
+ "author": "Exodus Movement, Inc.",
+ "license": "MIT"
+ },
+ {
+ "name": "@fontsource/noto-sans",
+ "version": "5.2.10",
+ "author": "Google Inc.",
+ "license": "OFL-1.1"
+ },
+ {
+ "name": "@humanfs/core",
+ "version": "0.19.1",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@humanfs/node",
+ "version": "0.16.6",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@humanwhocodes/module-importer",
+ "version": "1.0.1",
+ "author": "Nicholas C. Zaks",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@humanwhocodes/retry",
+ "version": "0.3.0",
+ "author": "Nicholas C. Zaks",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@intlify/core-base",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@intlify/devtools-types",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@intlify/message-compiler",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@intlify/shared",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@isaacs/fs-minipass",
+ "version": "4.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "@jridgewell/gen-mapping",
+ "version": "0.3.5",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/remapping",
+ "version": "2.3.5",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/resolve-uri",
+ "version": "3.0.3",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/set-array",
+ "version": "1.2.1",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/source-map",
+ "version": "0.3.3",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/sourcemap-codec",
+ "version": "1.4.10",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/trace-mapping",
+ "version": "0.3.9",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@malept/cross-spawn-promise",
+ "version": "2.0.0",
+ "author": "Mark Lee",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@malept/flatpak-bundler",
+ "version": "0.4.0",
+ "author": "Matt Watson",
+ "license": "MIT"
+ },
+ {
+ "name": "@mapbox/jsonlint-lines-primitives",
+ "version": "2.0.2",
+ "author": "Zach Carter",
+ "license": "Unknown"
+ },
+ {
+ "name": "@mapbox/unitbezier",
+ "version": "0.0.1",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "@maplibre/maplibre-gl-style-spec",
+ "version": "24.4.1",
+ "author": "MapLibre",
+ "license": "ISC"
+ },
+ {
+ "name": "@mdi/font",
+ "version": "7.4.47",
+ "author": "Austin Andrews",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@mdi/js",
+ "version": "7.4.47",
+ "author": "Austin Andrews",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@npmcli/agent",
+ "version": "3.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "@npmcli/fs",
+ "version": "4.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "@one-ini/wasm",
+ "version": "0.1.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@oxc-project/types",
+ "version": "0.133.0",
+ "author": "Boshen and oxc contributors",
+ "license": "MIT"
+ },
+ {
+ "name": "@petamoriken/float16",
+ "version": "3.9.3",
+ "author": "Kenta Moriuchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@pkgr/core",
+ "version": "0.2.9",
+ "author": "JounQin",
+ "license": "MIT"
+ },
+ {
+ "name": "@playwright/test",
+ "version": "1.59.1",
+ "author": "Microsoft Corporation",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@polka/url",
+ "version": "1.0.0-next.24",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "@rolldown/binding-linux-x64-gnu",
+ "version": "1.0.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@rolldown/pluginutils",
+ "version": "1.0.0-rc.13",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@sindresorhus/is",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "@standard-schema/spec",
+ "version": "1.1.0",
+ "author": "Colin McDonnell",
+ "license": "MIT"
+ },
+ {
+ "name": "@szmarczak/http-timer",
+ "version": "4.0.5",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/forms",
+ "version": "0.5.11",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/node",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/oxide",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/oxide-linux-x64-gnu",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/vite",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tanstack/virtual-core",
+ "version": "3.14.0",
+ "author": "Tanner Linsley",
+ "license": "MIT"
+ },
+ {
+ "name": "@tanstack/vue-virtual",
+ "version": "3.13.24",
+ "author": "Tanner Linsley",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/cacheable-request",
+ "version": "6.0.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/chai",
+ "version": "5.2.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/debug",
+ "version": "4.1.6",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/deep-eql",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/estree",
+ "version": "1.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/fs-extra",
+ "version": "9.0.13",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/hammerjs",
+ "version": "2.0.36",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/http-cache-semantics",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/json-schema",
+ "version": "7.0.15",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/keyv",
+ "version": "3.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/node",
+ "version": "0.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/rbush",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/responselike",
+ "version": "1.0.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/trusted-types",
+ "version": "2.0.7",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitejs/plugin-vue",
+ "version": "6.0.6",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/coverage-v8",
+ "version": "4.1.5",
+ "author": "Anthony Fu",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/expect",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/mocker",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/pretty-format",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/runner",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/snapshot",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/spy",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/ui",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/utils",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/compiler-core",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/compiler-dom",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/compiler-sfc",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/compiler-ssr",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/devtools-api",
+ "version": "6.5.0",
+ "author": "Guillaume Chau",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/reactivity",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/runtime-core",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/runtime-dom",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/server-renderer",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/shared",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/test-utils",
+ "version": "2.4.10",
+ "author": "Lachlan Miller",
+ "license": "MIT"
+ },
+ {
+ "name": "@vuetify/loader-shared",
+ "version": "2.1.2",
+ "author": "Kael Watts-Deuchar",
+ "license": "MIT"
+ },
+ {
+ "name": "@xmldom/xmldom",
+ "version": "0.8.13",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@zarrita/storage",
+ "version": "0.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "abbrev",
+ "version": "2.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "abbrev",
+ "version": "1.0.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "Unknown"
+ },
+ {
+ "name": "acorn",
+ "version": "1.0.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "acorn-jsx",
+ "version": "5.3.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "agent-base",
+ "version": "7.1.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "ajv",
+ "version": "6.15.0",
+ "author": "Evgeny Poberezkin",
+ "license": "MIT"
+ },
+ {
+ "name": "ajv-keywords",
+ "version": "3.5.2",
+ "author": "Evgeny Poberezkin",
+ "license": "MIT"
+ },
+ {
+ "name": "ansi-regex",
+ "version": "5.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "ansi-styles",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "app-builder-bin",
+ "version": "5.0.0-alpha.12",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "app-builder-lib",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "argparse",
+ "version": "2.0.1",
+ "author": "—",
+ "license": "Python-2.0"
+ },
+ {
+ "name": "array-buffer-byte-length",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "arraybuffer.prototype.slice",
+ "version": "1.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "ast-types",
+ "version": "0.8.15",
+ "author": "Ben Newman",
+ "license": "MIT"
+ },
+ {
+ "name": "ast-v8-to-istanbul",
+ "version": "1.0.0",
+ "author": "Ari Perkkiö",
+ "license": "MIT"
+ },
+ {
+ "name": "async",
+ "version": "3.2.3",
+ "author": "Caolan McMahon",
+ "license": "MIT"
+ },
+ {
+ "name": "async-exit-hook",
+ "version": "2.0.1",
+ "author": "Tapani Moilanen",
+ "license": "MIT"
+ },
+ {
+ "name": "async-function",
+ "version": "1.0.0",
+ "author": "Jordan Harbamd",
+ "license": "MIT"
+ },
+ {
+ "name": "asynckit",
+ "version": "0.4.0",
+ "author": "Alex Indigo",
+ "license": "MIT"
+ },
+ {
+ "name": "at-least-node",
+ "version": "1.0.0",
+ "author": "Ryan Zimmerman",
+ "license": "ISC"
+ },
+ {
+ "name": "available-typed-arrays",
+ "version": "1.0.7",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "balanced-match",
+ "version": "1.0.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "base64-js",
+ "version": "1.5.1",
+ "author": "T. Jameson Little",
+ "license": "MIT"
+ },
+ {
+ "name": "bidi-js",
+ "version": "1.0.3",
+ "author": "Jason Johnston",
+ "license": "MIT"
+ },
+ {
+ "name": "blueimp-canvas-to-blob",
+ "version": "3.29.0",
+ "author": "Sebastian Tschan",
+ "license": "MIT"
+ },
+ {
+ "name": "boolbase",
+ "version": "1.0.0",
+ "author": "Felix Boehm",
+ "license": "ISC"
+ },
+ {
+ "name": "boolean",
+ "version": "3.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "brace-expansion",
+ "version": "1.1.12",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "buffer-from",
+ "version": "1.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "builder-util",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "builder-util-runtime",
+ "version": "9.5.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "cacache",
+ "version": "19.0.1",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "cacheable-lookup",
+ "version": "5.0.3",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "cacheable-request",
+ "version": "7.0.2",
+ "author": "Luke Childs",
+ "license": "MIT"
+ },
+ {
+ "name": "call-bind",
+ "version": "1.0.9",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "call-bind-apply-helpers",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "call-bound",
+ "version": "1.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "callsites",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "camelcase",
+ "version": "5.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "chai",
+ "version": "6.2.2",
+ "author": "Jake Luer",
+ "license": "MIT"
+ },
+ {
+ "name": "chalk",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "chownr",
+ "version": "3.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "chromium-pickle-js",
+ "version": "0.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "ci-info",
+ "version": "4.3.1",
+ "author": "Thomas Watson Steen",
+ "license": "MIT"
+ },
+ {
+ "name": "cli-cursor",
+ "version": "3.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "cli-spinners",
+ "version": "2.4.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "cli-table3",
+ "version": "0.5.1",
+ "author": "James Talmage",
+ "license": "MIT"
+ },
+ {
+ "name": "click-outside-vue3",
+ "version": "4.0.1",
+ "author": "ndelvalle",
+ "license": "MIT"
+ },
+ {
+ "name": "cliui",
+ "version": "4.0.0",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "clone",
+ "version": "1.0.2",
+ "author": "Paul Vorbach",
+ "license": "MIT"
+ },
+ {
+ "name": "clone-response",
+ "version": "1.0.2",
+ "author": "Luke Childs",
+ "license": "MIT"
+ },
+ {
+ "name": "code-point-at",
+ "version": "1.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "color-convert",
+ "version": "2.0.0",
+ "author": "Heather Arthur",
+ "license": "MIT"
+ },
+ {
+ "name": "color-name",
+ "version": "1.1.4",
+ "author": "DY",
+ "license": "MIT"
+ },
+ {
+ "name": "colors",
+ "version": "1.4.0",
+ "author": "Marak Squires",
+ "license": "MIT"
+ },
+ {
+ "name": "combined-stream",
+ "version": "1.0.8",
+ "author": "Felix Geisendörfer",
+ "license": "MIT"
+ },
+ {
+ "name": "commander",
+ "version": "2.20.0",
+ "author": "TJ Holowaychuk",
+ "license": "MIT"
+ },
+ {
+ "name": "compare-version",
+ "version": "0.1.2",
+ "author": "Kevin Mårtensson",
+ "license": "MIT"
+ },
+ {
+ "name": "component-emitter",
+ "version": "2.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "compressorjs",
+ "version": "1.3.0",
+ "author": "Chen Fengyuan",
+ "license": "MIT"
+ },
+ {
+ "name": "concat-map",
+ "version": "0.0.1",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "config-chain",
+ "version": "1.1.13",
+ "author": "Dominic Tarr",
+ "license": "MIT"
+ },
+ {
+ "name": "convert-source-map",
+ "version": "2.0.0",
+ "author": "Thorsten Lorenz",
+ "license": "MIT"
+ },
+ {
+ "name": "core-util-is",
+ "version": "1.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "MIT"
+ },
+ {
+ "name": "cross-dirname",
+ "version": "0.1.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "cross-env",
+ "version": "10.1.0",
+ "author": "Kent C. Dodds",
+ "license": "MIT"
+ },
+ {
+ "name": "cross-spawn",
+ "version": "7.0.6",
+ "author": "André Cruz",
+ "license": "MIT"
+ },
+ {
+ "name": "css-tree",
+ "version": "3.2.1",
+ "author": "Roman Dvornov",
+ "license": "MIT"
+ },
+ {
+ "name": "cssesc",
+ "version": "3.0.0",
+ "author": "Mathias Bynens",
+ "license": "MIT"
+ },
+ {
+ "name": "csstype",
+ "version": "3.2.3",
+ "author": "Fredrik Nicol",
+ "license": "MIT"
+ },
+ {
+ "name": "data-urls",
+ "version": "7.0.0",
+ "author": "Domenic Denicola",
+ "license": "MIT"
+ },
+ {
+ "name": "data-view-buffer",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "data-view-byte-length",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "data-view-byte-offset",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "dayjs",
+ "version": "1.11.20",
+ "author": "iamkun",
+ "license": "MIT"
+ },
+ {
+ "name": "debug",
+ "version": "4.3.2",
+ "author": "Josh Junon",
+ "license": "MIT"
+ },
+ {
+ "name": "decamelize",
+ "version": "1.2.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "decimal.js",
+ "version": "10.6.0",
+ "author": "Michael Mclaughlin",
+ "license": "MIT"
+ },
+ {
+ "name": "decompress-response",
+ "version": "6.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "deep-is",
+ "version": "0.1.3",
+ "author": "Thorsten Lorenz",
+ "license": "MIT"
+ },
+ {
+ "name": "defaults",
+ "version": "1.0.3",
+ "author": "Elijah Insua",
+ "license": "MIT"
+ },
+ {
+ "name": "defer-to-connect",
+ "version": "2.0.0",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "define-data-property",
+ "version": "1.1.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "define-properties",
+ "version": "1.1.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "delayed-stream",
+ "version": "1.0.0",
+ "author": "Felix Geisendörfer",
+ "license": "MIT"
+ },
+ {
+ "name": "detect-libc",
+ "version": "2.0.1",
+ "author": "Lovell Fuller",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "detect-node",
+ "version": "2.0.4",
+ "author": "Ilya Kantor",
+ "license": "ISC"
+ },
+ {
+ "name": "dijkstrajs",
+ "version": "1.0.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "dir-compare",
+ "version": "4.2.0",
+ "author": "Liviu Grigorescu",
+ "license": "MIT"
+ },
+ {
+ "name": "dmg-builder",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "dompurify",
+ "version": "3.4.11",
+ "author": "Dr.-Ing. Mario Heiderich, Cure53",
+ "license": "(MPL-2.0 OR Apache-2.0)"
+ },
+ {
+ "name": "dotenv",
+ "version": "16.6.1",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "dotenv-expand",
+ "version": "11.0.6",
+ "author": "motdotla",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "dunder-proto",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "earcut",
+ "version": "3.0.0",
+ "author": "Vladimir Agafonkin",
+ "license": "ISC"
+ },
+ {
+ "name": "editorconfig",
+ "version": "1.0.3",
+ "author": "EditorConfig Team",
+ "license": "MIT"
+ },
+ {
+ "name": "ejs",
+ "version": "3.1.10",
+ "author": "Matthew Eernisse",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "electron",
+ "version": "42.4.0",
+ "author": "Electron Community",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-builder",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-builder-squirrel-windows",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-prompt",
+ "version": "1.7.0",
+ "author": "p-sam",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-publish",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-winstaller",
+ "version": "5.4.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "emoji-picker-element",
+ "version": "1.29.1",
+ "author": "Nolan Lawson",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "emoji-picker-element-data",
+ "version": "1.8.0",
+ "author": "Nolan Lawson",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "emoji-regex",
+ "version": "8.0.0",
+ "author": "Mathias Bynens",
+ "license": "MIT"
+ },
+ {
+ "name": "encoding",
+ "version": "0.1.13",
+ "author": "Andris Reinman",
+ "license": "MIT"
+ },
+ {
+ "name": "end-of-stream",
+ "version": "1.1.0",
+ "author": "Mathias Buus",
+ "license": "MIT"
+ },
+ {
+ "name": "enhanced-resolve",
+ "version": "5.22.0",
+ "author": "Tobias Koppers @sokra",
+ "license": "MIT"
+ },
+ {
+ "name": "entities",
+ "version": "7.0.1",
+ "author": "Felix Boehm",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "env-paths",
+ "version": "2.2.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "err-code",
+ "version": "2.0.2",
+ "author": "IndigoUnited",
+ "license": "MIT"
+ },
+ {
+ "name": "es-abstract",
+ "version": "1.24.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-define-property",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-errors",
+ "version": "1.3.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-module-lexer",
+ "version": "2.1.0",
+ "author": "Guy Bedford",
+ "license": "MIT"
+ },
+ {
+ "name": "es-object-atoms",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-set-tostringtag",
+ "version": "2.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-to-primitive",
+ "version": "1.3.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es6-error",
+ "version": "4.1.1",
+ "author": "Ben Youngblood",
+ "license": "MIT"
+ },
+ {
+ "name": "escalade",
+ "version": "3.2.0",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "escape-string-regexp",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint",
+ "version": "9.39.4",
+ "author": "Nicholas C. Zakas",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint-config-prettier",
+ "version": "10.1.8",
+ "author": "Simon Lydell",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint-plugin-prettier",
+ "version": "5.5.5",
+ "author": "Teddy Katz",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint-plugin-security",
+ "version": "3.0.1",
+ "author": "Node Security Project",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "eslint-plugin-vue",
+ "version": "10.9.1",
+ "author": "Toru Nagashima",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint-scope",
+ "version": "8.2.0",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "eslint-visitor-keys",
+ "version": "3.3.0",
+ "author": "Toru Nagashima",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "esmangle-evaluator",
+ "version": "1.0.1",
+ "author": "Andres Suarez",
+ "license": "MIT"
+ },
+ {
+ "name": "espree",
+ "version": "10.3.0",
+ "author": "Nicholas C. Zakas",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "esprima-fb",
+ "version": "15001.1001.0-dev-harmony-fb",
+ "author": "Ariya Hidayat",
+ "license": "BSD"
+ },
+ {
+ "name": "esquery",
+ "version": "1.6.0",
+ "author": "Joel Feenstra",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "esrecurse",
+ "version": "4.3.0",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "estraverse",
+ "version": "5.1.0",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "estree-walker",
+ "version": "2.0.2",
+ "author": "Rich Harris",
+ "license": "MIT"
+ },
+ {
+ "name": "esutils",
+ "version": "2.0.2",
+ "author": "—",
+ "license": "BSD"
+ },
+ {
+ "name": "execa",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "expect-type",
+ "version": "1.3.0",
+ "author": "—",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "exponential-backoff",
+ "version": "3.1.1",
+ "author": "Sami Sayegh",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "fake-indexeddb",
+ "version": "6.2.5",
+ "author": "Jeremy Scheff",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "falafel",
+ "version": "1.2.0",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "fast-deep-equal",
+ "version": "3.1.3",
+ "author": "Evgeny Poberezkin",
+ "license": "MIT"
+ },
+ {
+ "name": "fast-diff",
+ "version": "1.1.2",
+ "author": "Jason Chen",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "fast-json-stable-stringify",
+ "version": "2.0.0",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "fast-levenshtein",
+ "version": "2.0.6",
+ "author": "Ramesh Nair",
+ "license": "MIT"
+ },
+ {
+ "name": "fdir",
+ "version": "6.4.3",
+ "author": "thecodrr",
+ "license": "MIT"
+ },
+ {
+ "name": "fflate",
+ "version": "0.8.0",
+ "author": "Arjun Barrett",
+ "license": "MIT"
+ },
+ {
+ "name": "file-entry-cache",
+ "version": "8.0.0",
+ "author": "Jared Wray",
+ "license": "MIT"
+ },
+ {
+ "name": "filelist",
+ "version": "1.0.1",
+ "author": "Matthew Eernisse",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "find-up",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "flat-cache",
+ "version": "4.0.0",
+ "author": "Jared Wray",
+ "license": "MIT"
+ },
+ {
+ "name": "flatted",
+ "version": "3.4.2",
+ "author": "Andrea Giammarchi",
+ "license": "ISC"
+ },
+ {
+ "name": "for-each",
+ "version": "0.3.5",
+ "author": "Raynos",
+ "license": "MIT"
+ },
+ {
+ "name": "foreach",
+ "version": "2.0.6",
+ "author": "Manuel Stofer",
+ "license": "MIT"
+ },
+ {
+ "name": "form-data",
+ "version": "4.0.6",
+ "author": "Felix Geisendörfer",
+ "license": "MIT"
+ },
+ {
+ "name": "fs-extra",
+ "version": "7.0.1",
+ "author": "JP Richardson",
+ "license": "MIT"
+ },
+ {
+ "name": "fs-minipass",
+ "version": "3.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "fs.realpath",
+ "version": "1.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "function-bind",
+ "version": "1.1.1",
+ "author": "Raynos",
+ "license": "MIT"
+ },
+ {
+ "name": "function.prototype.name",
+ "version": "1.1.8",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "functions-have-names",
+ "version": "1.2.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "generator-function",
+ "version": "2.0.1",
+ "author": "Jordan Harbamd",
+ "license": "MIT"
+ },
+ {
+ "name": "geotiff",
+ "version": "3.0.5",
+ "author": "Fabian Schindler",
+ "license": "MIT"
+ },
+ {
+ "name": "get-caller-file",
+ "version": "1.0.1",
+ "author": "Stefan Penner",
+ "license": "ISC"
+ },
+ {
+ "name": "get-intrinsic",
+ "version": "1.1.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "get-proto",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "get-stream",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "get-symbol-description",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "glob",
+ "version": "7.2.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "glob",
+ "version": "13.0.6",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "glob-parent",
+ "version": "6.0.2",
+ "author": "Gulp Team",
+ "license": "ISC"
+ },
+ {
+ "name": "global-agent",
+ "version": "3.0.0",
+ "author": "Gajus Kuizinas",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "globals",
+ "version": "14.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "globalthis",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "gopd",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "got",
+ "version": "11.8.6",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "graceful-fs",
+ "version": "4.1.2",
+ "author": "—",
+ "license": "ISC"
+ },
+ {
+ "name": "has",
+ "version": "1.0.4",
+ "author": "Thiago de Arruda",
+ "license": "MIT"
+ },
+ {
+ "name": "has-bigints",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "has-flag",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "has-property-descriptors",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "has-proto",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "has-symbols",
+ "version": "1.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "has-tostringtag",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "hasown",
+ "version": "2.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "hosted-git-info",
+ "version": "4.1.0",
+ "author": "Rebecca Turner",
+ "license": "ISC"
+ },
+ {
+ "name": "html-encoding-sniffer",
+ "version": "6.0.0",
+ "author": "Domenic Denicola",
+ "license": "MIT"
+ },
+ {
+ "name": "html-escaper",
+ "version": "2.0.0",
+ "author": "Andrea Giammarchi",
+ "license": "MIT"
+ },
+ {
+ "name": "http-cache-semantics",
+ "version": "4.1.1",
+ "author": "Kornel Lesiński",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "http-proxy-agent",
+ "version": "7.0.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "http2-wrapper",
+ "version": "1.0.0-beta.5.2",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "https-proxy-agent",
+ "version": "7.0.1",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "iconv-lite",
+ "version": "0.6.2",
+ "author": "Alexander Shtuchkin",
+ "license": "MIT"
+ },
+ {
+ "name": "ignore",
+ "version": "5.3.2",
+ "author": "kael",
+ "license": "MIT"
+ },
+ {
+ "name": "immediate",
+ "version": "3.0.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "import-fresh",
+ "version": "3.2.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "imurmurhash",
+ "version": "0.1.4",
+ "author": "Jens Taylor",
+ "license": "MIT"
+ },
+ {
+ "name": "inflight",
+ "version": "1.0.4",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "inherits",
+ "version": "2.0.1",
+ "author": "—",
+ "license": "ISC"
+ },
+ {
+ "name": "ini",
+ "version": "2.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "inline-process-browser",
+ "version": "1.0.0",
+ "author": "Calvin W. Metcalf",
+ "license": "MIT"
+ },
+ {
+ "name": "internal-slot",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "invert-kv",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "ip-address",
+ "version": "10.1.1",
+ "author": "Beau Gunderson",
+ "license": "MIT"
+ },
+ {
+ "name": "is-array-buffer",
+ "version": "3.0.5",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-async-function",
+ "version": "2.1.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-bigint",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-blob",
+ "version": "2.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "is-boolean-object",
+ "version": "1.2.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-callable",
+ "version": "1.2.7",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-data-view",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-date-object",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-extglob",
+ "version": "2.1.1",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "is-finalizationregistry",
+ "version": "1.1.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-fullwidth-code-point",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "is-generator-function",
+ "version": "1.1.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-glob",
+ "version": "4.0.3",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "is-interactive",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "is-map",
+ "version": "2.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-negative-zero",
+ "version": "2.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-number-object",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-potential-custom-element-name",
+ "version": "1.0.1",
+ "author": "Mathias Bynens",
+ "license": "MIT"
+ },
+ {
+ "name": "is-regex",
+ "version": "1.2.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-set",
+ "version": "2.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-shared-array-buffer",
+ "version": "1.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-stream",
+ "version": "1.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "is-string",
+ "version": "1.1.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-symbol",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-typed-array",
+ "version": "1.1.15",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-weakmap",
+ "version": "2.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-weakref",
+ "version": "1.1.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-weakset",
+ "version": "2.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "isarray",
+ "version": "0.0.1",
+ "author": "Julian Gruber",
+ "license": "MIT"
+ },
+ {
+ "name": "isbinaryfile",
+ "version": "4.0.8",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "isexe",
+ "version": "2.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "istanbul-lib-coverage",
+ "version": "3.2.2",
+ "author": "Krishnan Anantheswaran",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "istanbul-lib-report",
+ "version": "3.0.1",
+ "author": "Krishnan Anantheswaran",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "istanbul-reports",
+ "version": "3.2.0",
+ "author": "Krishnan Anantheswaran",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "jake",
+ "version": "10.8.5",
+ "author": "Matthew Eernisse",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "jiti",
+ "version": "2.4.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "js-beautify",
+ "version": "1.14.9",
+ "author": "Einar Lielmanis",
+ "license": "MIT"
+ },
+ {
+ "name": "js-tokens",
+ "version": "10.0.0",
+ "author": "Simon Lydell",
+ "license": "MIT"
+ },
+ {
+ "name": "js-yaml",
+ "version": "4.1.1",
+ "author": "Vladimir Zapparov",
+ "license": "MIT"
+ },
+ {
+ "name": "jsdom",
+ "version": "29.1.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "json-buffer",
+ "version": "3.0.1",
+ "author": "Dominic Tarr",
+ "license": "MIT"
+ },
+ {
+ "name": "json-schema-traverse",
+ "version": "0.4.1",
+ "author": "Evgeny Poberezkin",
+ "license": "MIT"
+ },
+ {
+ "name": "json-stable-stringify-without-jsonify",
+ "version": "1.0.1",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "json-stringify-pretty-compact",
+ "version": "4.0.0",
+ "author": "Simon Lydell",
+ "license": "MIT"
+ },
+ {
+ "name": "json-stringify-safe",
+ "version": "5.0.1",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "json5",
+ "version": "2.2.3",
+ "author": "Aseem Kishore",
+ "license": "MIT"
+ },
+ {
+ "name": "jsonfile",
+ "version": "4.0.0",
+ "author": "JP Richardson",
+ "license": "MIT"
+ },
+ {
+ "name": "jszip",
+ "version": "3.10.1",
+ "author": "Stuart Knightley",
+ "license": "(MIT OR GPL-3.0-or-later)"
+ },
+ {
+ "name": "keycharm",
+ "version": "0.4.0",
+ "author": "Alex de Mulder",
+ "license": "(Apache-2.0 OR MIT)"
+ },
+ {
+ "name": "keyv",
+ "version": "4.5.4",
+ "author": "Jared Wray",
+ "license": "MIT"
+ },
+ {
+ "name": "lazy-val",
+ "version": "1.0.5",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "lcid",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "lerc",
+ "version": "3.0.0",
+ "author": "Esri",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "levn",
+ "version": "0.4.1",
+ "author": "George Zahariev",
+ "license": "MIT"
+ },
+ {
+ "name": "lie",
+ "version": "3.3.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "lightningcss",
+ "version": "1.32.0",
+ "author": "—",
+ "license": "MPL-2.0"
+ },
+ {
+ "name": "lightningcss-linux-x64-gnu",
+ "version": "1.32.0",
+ "author": "—",
+ "license": "MPL-2.0"
+ },
+ {
+ "name": "locate-path",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "lodash",
+ "version": "4.18.1",
+ "author": "John-David Dalton",
+ "license": "MIT"
+ },
+ {
+ "name": "lodash.merge",
+ "version": "4.6.2",
+ "author": "John-David Dalton",
+ "license": "MIT"
+ },
+ {
+ "name": "log-symbols",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "lowercase-keys",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "lru-cache",
+ "version": "6.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "lru-cache",
+ "version": "11.5.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "magic-string",
+ "version": "0.30.21",
+ "author": "Rich Harris",
+ "license": "MIT"
+ },
+ {
+ "name": "magicast",
+ "version": "0.5.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "make-dir",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "make-fetch-happen",
+ "version": "14.0.3",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "map-age-cleaner",
+ "version": "0.1.1",
+ "author": "Sam Verschueren",
+ "license": "MIT"
+ },
+ {
+ "name": "mapbox-to-css-font",
+ "version": "3.2.0",
+ "author": "Andreas Hocevar",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "marked",
+ "version": "18.0.4",
+ "author": "Christopher Jeffrey",
+ "license": "MIT"
+ },
+ {
+ "name": "matcher",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "math-intrinsics",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "mdn-data",
+ "version": "2.27.1",
+ "author": "Mozilla Developer Network",
+ "license": "CC0-1.0"
+ },
+ {
+ "name": "mem",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "micron-parser",
+ "version": "0.0.0",
+ "author": "—",
+ "license": "Unknown"
+ },
+ {
+ "name": "mime",
+ "version": "2.5.2",
+ "author": "Robert Kieffer",
+ "license": "MIT"
+ },
+ {
+ "name": "mime-db",
+ "version": "1.52.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "mime-types",
+ "version": "2.1.35",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "mimic-fn",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "mimic-response",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "mini-svg-data-uri",
+ "version": "1.2.3",
+ "author": "Taylor “Tigt” Hunt",
+ "license": "MIT"
+ },
+ {
+ "name": "minimatch",
+ "version": "3.1.4",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minimatch",
+ "version": "10.2.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "minimist",
+ "version": "1.2.6",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "minipass",
+ "version": "3.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minipass",
+ "version": "7.1.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "minipass-collect",
+ "version": "2.0.1",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minipass-fetch",
+ "version": "4.0.0",
+ "author": "GitHub Inc.",
+ "license": "MIT"
+ },
+ {
+ "name": "minipass-flush",
+ "version": "1.0.5",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minipass-pipeline",
+ "version": "1.2.4",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minipass-sized",
+ "version": "1.0.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minizlib",
+ "version": "3.0.1",
+ "author": "Isaac Z. Schlueter",
+ "license": "MIT"
+ },
+ {
+ "name": "mitt",
+ "version": "3.0.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "mrmime",
+ "version": "2.0.0",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "ms",
+ "version": "2.1.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "mute-stream",
+ "version": "0.0.8",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "nanoid",
+ "version": "3.3.12",
+ "author": "Andrey Sitnik",
+ "license": "MIT"
+ },
+ {
+ "name": "natural-compare",
+ "version": "1.4.0",
+ "author": "Lauri Rooden",
+ "license": "MIT"
+ },
+ {
+ "name": "negotiator",
+ "version": "1.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "node-abi",
+ "version": "4.2.0",
+ "author": "Lukas Geiger",
+ "license": "MIT"
+ },
+ {
+ "name": "node-api-version",
+ "version": "0.2.1",
+ "author": "Tim Fish",
+ "license": "MIT"
+ },
+ {
+ "name": "node-gyp",
+ "version": "11.2.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "nopt",
+ "version": "6.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "normalize-url",
+ "version": "6.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "npm-run-path",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "nth-check",
+ "version": "2.1.1",
+ "author": "Felix Boehm",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "number-is-nan",
+ "version": "1.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "numcodecs",
+ "version": "0.3.2",
+ "author": "Trevor Manz",
+ "license": "MIT"
+ },
+ {
+ "name": "object-assign",
+ "version": "4.1.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "object-inspect",
+ "version": "1.13.4",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "object-keys",
+ "version": "1.0.6",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "object.assign",
+ "version": "4.1.7",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "obug",
+ "version": "2.1.1",
+ "author": "Kevin Deng",
+ "license": "MIT"
+ },
+ {
+ "name": "ol",
+ "version": "10.9.0",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "ol-mapbox-style",
+ "version": "13.4.1",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "once",
+ "version": "1.3.1",
+ "author": "Isaac Z. Schlueter",
+ "license": "BSD"
+ },
+ {
+ "name": "onetime",
+ "version": "5.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "optionator",
+ "version": "0.9.3",
+ "author": "George Zahariev",
+ "license": "MIT"
+ },
+ {
+ "name": "ora",
+ "version": "5.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "os-locale",
+ "version": "3.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "own-keys",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "p-cancelable",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-defer",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-finally",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-is-promise",
+ "version": "1.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-limit",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-locate",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-map",
+ "version": "7.0.2",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-try",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "pako",
+ "version": "1.0.11",
+ "author": "—",
+ "license": "(MIT AND Zlib)"
+ },
+ {
+ "name": "parent-module",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "parse-headers",
+ "version": "2.0.2",
+ "author": "David Björklund",
+ "license": "MIT"
+ },
+ {
+ "name": "parse5",
+ "version": "8.0.1",
+ "author": "Ivan Nikulin",
+ "license": "MIT"
+ },
+ {
+ "name": "path-exists",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "path-is-absolute",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "path-key",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "path-scurry",
+ "version": "2.0.2",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "pathe",
+ "version": "2.0.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "pbf",
+ "version": "4.0.1",
+ "author": "Konstantin Kaefer",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "pe-library",
+ "version": "0.4.1",
+ "author": "jet",
+ "license": "MIT"
+ },
+ {
+ "name": "picocolors",
+ "version": "1.1.1",
+ "author": "Alexey Raspopov",
+ "license": "ISC"
+ },
+ {
+ "name": "picomatch",
+ "version": "4.0.4",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "playwright",
+ "version": "1.59.1",
+ "author": "Microsoft Corporation",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "playwright-core",
+ "version": "1.59.1",
+ "author": "Microsoft Corporation",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "plist",
+ "version": "3.1.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "pngjs",
+ "version": "5.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "possible-typed-array-names",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "postcss",
+ "version": "8.5.15",
+ "author": "Andrey Sitnik",
+ "license": "MIT"
+ },
+ {
+ "name": "postcss-selector-parser",
+ "version": "7.1.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "postject",
+ "version": "1.0.0-alpha.6",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "prelude-ls",
+ "version": "1.2.1",
+ "author": "George Zahariev",
+ "license": "MIT"
+ },
+ {
+ "name": "prettier",
+ "version": "3.8.3",
+ "author": "James Long",
+ "license": "MIT"
+ },
+ {
+ "name": "prettier-linter-helpers",
+ "version": "1.0.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "private",
+ "version": "0.1.8",
+ "author": "Ben Newman",
+ "license": "MIT"
+ },
+ {
+ "name": "proc-log",
+ "version": "5.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "process-nextick-args",
+ "version": "2.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "progress",
+ "version": "2.0.3",
+ "author": "TJ Holowaychuk",
+ "license": "MIT"
+ },
+ {
+ "name": "promise-retry",
+ "version": "2.0.1",
+ "author": "IndigoUnited",
+ "license": "MIT"
+ },
+ {
+ "name": "proper-lockfile",
+ "version": "4.1.2",
+ "author": "André Cruz",
+ "license": "MIT"
+ },
+ {
+ "name": "proto-list",
+ "version": "1.2.1",
+ "author": "Isaac Z. Schlueter",
+ "license": "MIT"
+ },
+ {
+ "name": "protocol-buffers-schema",
+ "version": "3.6.1",
+ "author": "Mathias Buus",
+ "license": "MIT"
+ },
+ {
+ "name": "pump",
+ "version": "3.0.0",
+ "author": "Mathias Buus Madsen",
+ "license": "MIT"
+ },
+ {
+ "name": "punycode",
+ "version": "2.3.1",
+ "author": "Mathias Bynens",
+ "license": "MIT"
+ },
+ {
+ "name": "qrcode",
+ "version": "1.5.4",
+ "author": "Ryan Day",
+ "license": "MIT"
+ },
+ {
+ "name": "quick-lru",
+ "version": "5.1.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "quickselect",
+ "version": "2.0.0",
+ "author": "Vladimir Agafonkin",
+ "license": "ISC"
+ },
+ {
+ "name": "rbush",
+ "version": "4.0.0",
+ "author": "Volodymyr Agafonkin",
+ "license": "MIT"
+ },
+ {
+ "name": "read-binary-file-arch",
+ "version": "1.0.6",
+ "author": "Samuel Maddock",
+ "license": "MIT"
+ },
+ {
+ "name": "readable-stream",
+ "version": "1.0.33-1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "recast",
+ "version": "0.10.43",
+ "author": "Ben Newman",
+ "license": "MIT"
+ },
+ {
+ "name": "reference-spec-reader",
+ "version": "0.2.0",
+ "author": "manzt",
+ "license": "MIT"
+ },
+ {
+ "name": "reflect.getprototypeof",
+ "version": "1.0.10",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "regexp-tree",
+ "version": "0.1.1",
+ "author": "Dmitry Soshnikov",
+ "license": "MIT"
+ },
+ {
+ "name": "regexp.prototype.flags",
+ "version": "1.5.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "require-directory",
+ "version": "2.1.1",
+ "author": "Troy Goode",
+ "license": "MIT"
+ },
+ {
+ "name": "require-from-string",
+ "version": "2.0.2",
+ "author": "Vsevolod Strukchinsky",
+ "license": "MIT"
+ },
+ {
+ "name": "require-main-filename",
+ "version": "1.0.1",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "resedit",
+ "version": "1.7.2",
+ "author": "jet",
+ "license": "MIT"
+ },
+ {
+ "name": "resolve-alpn",
+ "version": "1.0.0",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "resolve-from",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "resolve-protobuf-schema",
+ "version": "2.1.0",
+ "author": "Mathias Buus",
+ "license": "MIT"
+ },
+ {
+ "name": "responselike",
+ "version": "2.0.1",
+ "author": "lukechilds",
+ "license": "MIT"
+ },
+ {
+ "name": "restore-cursor",
+ "version": "3.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "retry",
+ "version": "0.12.0",
+ "author": "Tim Koschützki",
+ "license": "MIT"
+ },
+ {
+ "name": "rimraf",
+ "version": "2.6.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "roarr",
+ "version": "2.15.3",
+ "author": "Gajus Kuizinas",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "rolldown",
+ "version": "1.0.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "rw",
+ "version": "1.3.3",
+ "author": "Mike Bostock",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "safe-array-concat",
+ "version": "1.1.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "safe-buffer",
+ "version": "5.1.2",
+ "author": "Feross Aboukhadijeh",
+ "license": "MIT"
+ },
+ {
+ "name": "safe-push-apply",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "safe-regex",
+ "version": "2.1.1",
+ "author": "James C.",
+ "license": "MIT"
+ },
+ {
+ "name": "safe-regex-test",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "safer-buffer",
+ "version": "2.1.2",
+ "author": "Nikita Skovoroda",
+ "license": "MIT"
+ },
+ {
+ "name": "sanitize-filename",
+ "version": "1.6.3",
+ "author": "Parsha Pourkhomami",
+ "license": "WTFPL OR ISC"
+ },
+ {
+ "name": "sax",
+ "version": "1.2.4",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "saxes",
+ "version": "6.0.0",
+ "author": "Louis-Dominique Dubeau",
+ "license": "ISC"
+ },
+ {
+ "name": "semver",
+ "version": "7.5.3",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "semver-compare",
+ "version": "1.0.0",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "serialize-error",
+ "version": "7.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "set-blocking",
+ "version": "2.0.0",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "set-function-length",
+ "version": "1.2.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "set-function-name",
+ "version": "2.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "set-proto",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "setimmediate",
+ "version": "1.0.5",
+ "author": "YuzuJS",
+ "license": "MIT"
+ },
+ {
+ "name": "shebang-command",
+ "version": "2.0.0",
+ "author": "Kevin Mårtensson",
+ "license": "MIT"
+ },
+ {
+ "name": "shebang-regex",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "side-channel",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "side-channel-list",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "side-channel-map",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "side-channel-weakmap",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "siginfo",
+ "version": "2.0.0",
+ "author": "Emil Bay",
+ "license": "ISC"
+ },
+ {
+ "name": "signal-exit",
+ "version": "3.0.0",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "simple-update-notifier",
+ "version": "2.0.0",
+ "author": "alexbrazier",
+ "license": "MIT"
+ },
+ {
+ "name": "sirv",
+ "version": "3.0.2",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "smart-buffer",
+ "version": "4.2.0",
+ "author": "Josh Glazebrook",
+ "license": "MIT"
+ },
+ {
+ "name": "socks",
+ "version": "2.8.9",
+ "author": "Josh Glazebrook",
+ "license": "MIT"
+ },
+ {
+ "name": "socks-proxy-agent",
+ "version": "8.0.3",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "source-map",
+ "version": "0.5.0",
+ "author": "Nick Fitzgerald",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "source-map-js",
+ "version": "1.0.2",
+ "author": "Valentin 7rulnik Semirulnik",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "source-map-support",
+ "version": "0.5.19",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "sprintf-js",
+ "version": "1.1.3",
+ "author": "Alexandru Mărășteanu",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "ssri",
+ "version": "12.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "stackback",
+ "version": "0.0.2",
+ "author": "Roman Shtylman",
+ "license": "MIT"
+ },
+ {
+ "name": "stat-mode",
+ "version": "1.0.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "std-env",
+ "version": "4.0.0-rc.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "stop-iteration-iterator",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "string-width",
+ "version": "1.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "string.prototype.trim",
+ "version": "1.2.10",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "string.prototype.trimend",
+ "version": "1.0.9",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "string.prototype.trimstart",
+ "version": "1.0.8",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "string_decoder",
+ "version": "0.10.24",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "strip-ansi",
+ "version": "6.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "strip-eof",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "strip-json-comments",
+ "version": "3.1.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "sumchecker",
+ "version": "3.0.1",
+ "author": "Mark Lee",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "supports-color",
+ "version": "7.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "symbol-tree",
+ "version": "3.2.4",
+ "author": "Joris van der Wel",
+ "license": "MIT"
+ },
+ {
+ "name": "synckit",
+ "version": "0.11.12",
+ "author": "JounQin",
+ "license": "MIT"
+ },
+ {
+ "name": "tailwindcss",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "tapable",
+ "version": "2.3.3",
+ "author": "Tobias Koppers @sokra",
+ "license": "MIT"
+ },
+ {
+ "name": "tar",
+ "version": "7.5.16",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "temp",
+ "version": "0.9.0",
+ "author": "Bruce Williams",
+ "license": "MIT"
+ },
+ {
+ "name": "temp-file",
+ "version": "3.4.0",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "terser",
+ "version": "5.48.0",
+ "author": "Mihai Bazon",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "through2",
+ "version": "0.6.5",
+ "author": "Rod Vagg",
+ "license": "MIT"
+ },
+ {
+ "name": "tiny-async-pool",
+ "version": "1.3.0",
+ "author": "Rafael Xavier de Souza",
+ "license": "MIT"
+ },
+ {
+ "name": "tinybench",
+ "version": "2.9.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "tinyexec",
+ "version": "1.0.2",
+ "author": "James Garbutt",
+ "license": "MIT"
+ },
+ {
+ "name": "tinyglobby",
+ "version": "0.2.12",
+ "author": "Superchupu",
+ "license": "MIT"
+ },
+ {
+ "name": "tinyqueue",
+ "version": "3.0.0",
+ "author": "—",
+ "license": "ISC"
+ },
+ {
+ "name": "tinyrainbow",
+ "version": "3.1.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "tldts",
+ "version": "7.0.5",
+ "author": "Rémi Berson",
+ "license": "MIT"
+ },
+ {
+ "name": "tldts-core",
+ "version": "7.0.5",
+ "author": "Rémi Berson",
+ "license": "MIT"
+ },
+ {
+ "name": "tmp",
+ "version": "0.2.7",
+ "author": "KARASZI István",
+ "license": "MIT"
+ },
+ {
+ "name": "tmp-promise",
+ "version": "3.0.2",
+ "author": "Benjamin Gruenbaum and Collaborators.",
+ "license": "MIT"
+ },
+ {
+ "name": "totalist",
+ "version": "3.0.0",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "tough-cookie",
+ "version": "6.0.1",
+ "author": "Jeremy Stashewsky",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "tr46",
+ "version": "6.0.0",
+ "author": "Sebastian Mayr",
+ "license": "MIT"
+ },
+ {
+ "name": "truncate-utf8-bytes",
+ "version": "1.0.0",
+ "author": "Carl Xiong",
+ "license": "WTFPL"
+ },
+ {
+ "name": "type-check",
+ "version": "0.4.0",
+ "author": "George Zahariev",
+ "license": "MIT"
+ },
+ {
+ "name": "type-fest",
+ "version": "0.13.1",
+ "author": "Sindre Sorhus",
+ "license": "(MIT OR CC0-1.0)"
+ },
+ {
+ "name": "typed-array-buffer",
+ "version": "1.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "typed-array-byte-length",
+ "version": "1.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "typed-array-byte-offset",
+ "version": "1.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "typed-array-length",
+ "version": "1.0.7",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "unbox-primitive",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "undici",
+ "version": "7.28.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "undici-types",
+ "version": "7.16.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "unique-filename",
+ "version": "4.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "unique-slug",
+ "version": "5.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "universalify",
+ "version": "0.1.0",
+ "author": "Ryan Zimmerman",
+ "license": "MIT"
+ },
+ {
+ "name": "unreachable-branch-transform",
+ "version": "0.3.0",
+ "author": "Andres Suarez",
+ "license": "MIT"
+ },
+ {
+ "name": "unzipit",
+ "version": "2.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "upath",
+ "version": "2.0.1",
+ "author": "Angelos Pikoulas",
+ "license": "MIT"
+ },
+ {
+ "name": "uri-js",
+ "version": "4.2.2",
+ "author": "Gary Court",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "utf8-byte-length",
+ "version": "1.0.1",
+ "author": "Carl Xiong",
+ "license": "WTFPL"
+ },
+ {
+ "name": "util-deprecate",
+ "version": "1.0.1",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "uuid",
+ "version": "14.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "vis-data",
+ "version": "7.1.10",
+ "author": "—",
+ "license": "(Apache-2.0 OR MIT)"
+ },
+ {
+ "name": "vis-network",
+ "version": "9.1.13",
+ "author": "—",
+ "license": "(Apache-2.0 OR MIT)"
+ },
+ {
+ "name": "vis-util",
+ "version": "5.0.7",
+ "author": "Alex de Mulder",
+ "license": "(Apache-2.0 OR MIT)"
+ },
+ {
+ "name": "vite",
+ "version": "8.0.16",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "vite-plugin-vuetify",
+ "version": "2.1.3",
+ "author": "Kael Watts-Deuchar",
+ "license": "MIT"
+ },
+ {
+ "name": "vitest",
+ "version": "4.1.5",
+ "author": "Anthony Fu",
+ "license": "MIT"
+ },
+ {
+ "name": "vue",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "vue-component-type-helpers",
+ "version": "3.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "vue-eslint-parser",
+ "version": "10.4.0",
+ "author": "Toru Nagashima",
+ "license": "MIT"
+ },
+ {
+ "name": "vue-i18n",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "vue-router",
+ "version": "4.6.4",
+ "author": "Eduardo San Martin Morote",
+ "license": "MIT"
+ },
+ {
+ "name": "vuetify",
+ "version": "3.12.5",
+ "author": "John Leider",
+ "license": "MIT"
+ },
+ {
+ "name": "w3c-xmlserializer",
+ "version": "5.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "wcwidth",
+ "version": "1.0.1",
+ "author": "Tim Oxley",
+ "license": "MIT"
+ },
+ {
+ "name": "web-worker",
+ "version": "1.5.0",
+ "author": "—",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "webidl-conversions",
+ "version": "8.0.1",
+ "author": "Domenic Denicola",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "whatwg-mimetype",
+ "version": "5.0.0",
+ "author": "Domenic Denicola",
+ "license": "MIT"
+ },
+ {
+ "name": "whatwg-url",
+ "version": "16.0.1",
+ "author": "Sebastian Mayr",
+ "license": "MIT"
+ },
+ {
+ "name": "which",
+ "version": "2.0.1",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "which-boxed-primitive",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "which-builtin-type",
+ "version": "1.2.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "which-collection",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "which-module",
+ "version": "2.0.0",
+ "author": "nexdrew",
+ "license": "ISC"
+ },
+ {
+ "name": "which-typed-array",
+ "version": "1.1.21",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "why-is-node-running",
+ "version": "2.3.0",
+ "author": "Mathias Buus",
+ "license": "MIT"
+ },
+ {
+ "name": "wrap-ansi",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "wrappy",
+ "version": "1.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "xml-name-validator",
+ "version": "4.0.0",
+ "author": "Domenic Denicola",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "xml-utils",
+ "version": "1.10.2",
+ "author": "Daniel J. Dufour",
+ "license": "CC0-1.0"
+ },
+ {
+ "name": "xmlbuilder",
+ "version": "15.1.1",
+ "author": "Ozgur Ozcitak",
+ "license": "MIT"
+ },
+ {
+ "name": "xmlchars",
+ "version": "2.2.0",
+ "author": "Louis-Dominique Dubeau",
+ "license": "MIT"
+ },
+ {
+ "name": "xtend",
+ "version": "4.0.2",
+ "author": "Raynos",
+ "license": "MIT"
+ },
+ {
+ "name": "y18n",
+ "version": "5.0.8",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "yallist",
+ "version": "4.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "yallist",
+ "version": "5.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "yargs",
+ "version": "12.0.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "yargs-parser",
+ "version": "18.1.1",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "yocto-queue",
+ "version": "0.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "zarrita",
+ "version": "0.7.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "zstddec",
+ "version": "0.2.0",
+ "author": "Don McCurdy",
+ "license": "MIT AND BSD-3-Clause"
+ }
]

diff --git a/package.json b/package.json
index e94948e8..cf4f29ec 100644
--- a/package.json
+++ b/package.json
@@ -284,7 +284,7 @@
"click-outside-vue3": "^4.0.1",
"compressorjs": "^1.3.0",
"dayjs": "^1.11.20",
- "dompurify": "^3.4.5",
+ "dompurify": "^3.4.11",
"electron-prompt": "^1.7.0",
"emoji-picker-element": "^1.29.1",
"emoji-picker-element-data": "^1.8.0",

diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4f5fc55a..b7bddb7c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -15,7 +15,9 @@ overrides:
browserslist: '>=4.16.5'
cross-spawn: '>=7.0.5'
debug: '>=4.3.1'
- dompurify: '>=3.4.5'
+ dompurify: '>=3.4.11'
+ form-data: '>=4.0.6'
+ socks: '>=2.8.0'
ejs: '>=3.1.10'
glob: '>=10.5.0'
'@electron/asar>glob': 7.2.3
@@ -36,8 +38,9 @@ overrides:
semver: '>=7.5.2'
serialize-javascript: '>=7.0.3'
flatted: '>=3.4.2'
- tar: '>=7.5.11'
- tmp: '>=0.2.6'
+ tar: '>=7.5.16'
+ tmp: '>=0.2.7'
+ undici: '>=7.28.0'
webpack: '>=5.104.0'
y18n: '>=5.0.5'
yargs-parser: '>=18.1.1'
@@ -77,8 +80,8 @@ importers:
specifier: ^1.11.20
version: 1.11.20
dompurify:
- specifier: '>=3.4.5'
- version: 3.4.5
+ specifier: '>=3.4.11'
+ version: 3.4.11
electron-prompt:
specifier: ^1.7.0
version: 1.7.0
@@ -1467,8 +1470,8 @@ packages:
os: [darwin]
hasBin: true
- dompurify@3.4.5:
- resolution: {integrity: sha512-OrwIBKsdNSVEeubdJ1HBv/wNENRM9ytAVCv7YXt//A3vPdVMNuACRqK9mXCGCBW2ln7BT/A4X0jXHo2Gu89miA==}
+ dompurify@3.4.11:
+ resolution: {integrity: sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==}
dotenv-expand@11.0.6:
resolution: {integrity: sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==}
@@ -1815,8 +1818,8 @@ packages:
foreach@2.0.6:
resolution: {integrity: sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg==}
- form-data@4.0.5:
- resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
+ form-data@4.0.6:
+ resolution: {integrity: sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==}
engines: {node: '>= 6'}
fs-extra@10.1.0:
@@ -2034,6 +2037,10 @@ packages:
resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==}
engines: {node: '>= 0.4'}
+ hasown@2.0.4:
+ resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==}
+ engines: {node: '>= 0.4'}
+
hosted-git-info@4.1.0:
resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==}
engines: {node: '>=10'}
@@ -2123,8 +2130,9 @@ packages:
resolution: {integrity: sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==}
engines: {node: '>=4'}
- ip@2.0.1:
- resolution: {integrity: sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==}
+ ip-address@10.1.1:
+ resolution: {integrity: sha512-1FMu8/N15Ck1BL551Jf42NYIoin2unWjLQ2Fze/DXryJRl5twqtwNHlO39qERGbIOcKYWHdgRryhOC+NG4eaLw==}
+ engines: {node: '>= 12'}
is-array-buffer@3.0.5:
resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==}
@@ -2543,12 +2551,12 @@ packages:
resolution: {gitHosted: true, tarball: https://codeload.github.com/RFnexus/micron-parser-js/tar.gz/33feb1054c8b2cb3f5f05abbb8903360d3f0c098}
version: 0.0.0
- mime-db@1.24.0:
- resolution: {integrity: sha512-0XGpuLCNPqkv3vYiRjh1w6h4RbIGWyCh8OnXejta9INkFX0M8ENYth8O0As8rSGDxzEO1PafhiaqQdtqhtA2lw==}
+ mime-db@1.52.0:
+ resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
engines: {node: '>= 0.6'}
- mime-types@2.1.12:
- resolution: {integrity: sha512-irQD8Ww11AaU8vbCRjMuaq4huvb2ITxVg/VDBrvf8keFtbWZ3zbGO0tvsCMbD7JlR8mOYw0WbAqi4sL8KGUd5w==}
+ mime-types@2.1.35:
+ resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
engines: {node: '>= 0.6'}
mime@2.5.2:
@@ -3219,9 +3227,9 @@ packages:
resolution: {integrity: sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==}
engines: {node: '>= 14'}
- socks@2.7.1:
- resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==}
- engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}
+ socks@2.8.9:
+ resolution: {integrity: sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==}
+ engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
source-map-js@1.0.2:
resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
@@ -3348,8 +3356,8 @@ packages:
resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==}
engines: {node: '>=6'}
- tar@7.5.15:
- resolution: {integrity: sha512-dzGK0boVlC4W5QFuQN1EFSl3bIDYsk7Tj40U6eIBnK2k/8ml7TZ5agbI5j5+qnoVcAA+rNtBml8SEiLxZpNqRQ==}
+ tar@7.5.16:
+ resolution: {integrity: sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==}
engines: {node: '>=18'}
temp-file@3.4.0:
@@ -3410,8 +3418,8 @@ packages:
tmp-promise@3.0.2:
resolution: {integrity: sha512-OyCLAKU1HzBjL6Ev3gxUeraJNlbNingmi8IrHHEsYH8LTmEuhvYfqvhn2F/je+mjf4N58UmZ96OMEy1JanSCpA==}
- tmp@0.2.6:
- resolution: {integrity: sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==}
+ tmp@0.2.7:
+ resolution: {integrity: sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==}
engines: {node: '>=14.14'}
totalist@3.0.0:
@@ -3463,8 +3471,8 @@ packages:
undici-types@7.16.0:
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
- undici@7.26.0:
- resolution: {integrity: sha512-3O9Tf67pGhgOv9jM35AbhkXAKi13f3oy3aE4CSgr+TckGeY+/iu97ZXN+J7DpHPzLbVApFd1IFhcnBjREYXYcg==}
+ undici@7.28.0:
+ resolution: {integrity: sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==}
engines: {node: '>=20.18.1'}
unique-filename@4.0.0:
@@ -3967,7 +3975,7 @@ snapshots:
ora: 5.1.0
read-binary-file-arch: 1.0.6
semver: 7.5.3
- tar: 7.5.15
+ tar: 7.5.16
yargs: 17.7.2
transitivePeerDependencies:
- supports-color
@@ -4101,7 +4109,7 @@ snapshots:
'@isaacs/fs-minipass@4.0.0':
dependencies:
- minipass: 7.1.3
+ minipass: 7.0.4
'@jridgewell/gen-mapping@0.3.13':
dependencies:
@@ -4674,7 +4682,7 @@ snapshots:
proper-lockfile: 4.1.2
resedit: 1.7.2
semver: 7.7.3
- tar: 7.5.15
+ tar: 7.5.16
temp-file: 3.4.0
tiny-async-pool: 1.3.0
which: 5.0.0
@@ -4803,7 +4811,7 @@ snapshots:
minipass-pipeline: 1.2.4
p-map: 7.0.2
ssri: 12.0.0
- tar: 7.5.15
+ tar: 7.5.16
unique-filename: 4.0.0
cacheable-lookup@5.0.3: {}
@@ -5118,7 +5126,7 @@ snapshots:
verror: 1.10.0
optional: true
- dompurify@3.4.5:
+ dompurify@3.4.11:
optionalDependencies:
'@types/trusted-types': 2.0.7
@@ -5186,7 +5194,7 @@ snapshots:
builder-util: 26.8.1
builder-util-runtime: 9.5.1
chalk: 4.1.2
- form-data: 4.0.5
+ form-data: 4.0.6
fs-extra: 10.1.0
lazy-val: 1.0.5
mime: 2.5.2
@@ -5547,13 +5555,13 @@ snapshots:
foreach@2.0.6: {}
- form-data@4.0.5:
+ form-data@4.0.6:
dependencies:
asynckit: 0.4.0
combined-stream: 1.0.8
es-set-tostringtag: 2.1.0
- hasown: 2.0.3
- mime-types: 2.1.12
+ hasown: 2.0.4
+ mime-types: 2.1.35
fs-extra@10.1.0:
dependencies:
@@ -5670,7 +5678,7 @@ snapshots:
function-bind: 1.1.2
gopd: 1.2.0
has-symbols: 1.1.0
- hasown: 2.0.3
+ hasown: 2.0.2
math-intrinsics: 1.0.0
get-intrinsic@1.3.0:
@@ -5815,6 +5823,10 @@ snapshots:
dependencies:
function-bind: 1.1.2
+ hasown@2.0.4:
+ dependencies:
+ function-bind: 1.1.2
+
hosted-git-info@4.1.0:
dependencies:
lru-cache: 6.0.0
@@ -5915,7 +5927,7 @@ snapshots:
invert-kv@2.0.0: {}
- ip@2.0.1: {}
+ ip-address@10.1.1: {}
is-array-buffer@3.0.5:
dependencies:
@@ -6119,7 +6131,7 @@ snapshots:
saxes: 6.0.0
symbol-tree: 3.2.4
tough-cookie: 6.0.1
- undici: 7.26.0
+ undici: 7.28.0
w3c-xmlserializer: 5.0.0
webidl-conversions: 8.0.1
whatwg-mimetype: 5.0.0
@@ -6324,11 +6336,11 @@ snapshots:
micron-parser@https://codeload.github.com/RFnexus/micron-parser-js/tar.gz/33feb1054c8b2cb3f5f05abbb8903360d3f0c098: {}
- mime-db@1.24.0: {}
+ mime-db@1.52.0: {}
- mime-types@2.1.12:
+ mime-types@2.1.35:
dependencies:
- mime-db: 1.24.0
+ mime-db: 1.52.0
mime@2.5.2: {}
@@ -6407,7 +6419,7 @@ snapshots:
minizlib@3.1.0:
dependencies:
- minipass: 7.1.3
+ minipass: 7.1.2
mitt@3.0.1: {}
@@ -6445,7 +6457,7 @@ snapshots:
nopt: 8.0.0
proc-log: 5.0.0
semver: 7.5.3
- tar: 7.5.15
+ tar: 7.5.16
tinyglobby: 0.2.12
which: 5.0.0
transitivePeerDependencies:
@@ -7003,13 +7015,13 @@ snapshots:
dependencies:
agent-base: 7.1.1
debug: 4.3.2
- socks: 2.7.1
+ socks: 2.8.9
transitivePeerDependencies:
- supports-color
- socks@2.7.1:
+ socks@2.8.9:
dependencies:
- ip: 2.0.1
+ ip-address: 10.1.1
smart-buffer: 4.2.0
source-map-js@1.0.2: {}
@@ -7141,7 +7153,7 @@ snapshots:
tapable@2.3.3: {}
- tar@7.5.15:
+ tar@7.5.16:
dependencies:
'@isaacs/fs-minipass': 4.0.0
chownr: 3.0.0
@@ -7210,9 +7222,9 @@ snapshots:
tmp-promise@3.0.2:
dependencies:
- tmp: 0.2.6
+ tmp: 0.2.7
- tmp@0.2.6: {}
+ tmp@0.2.7: {}
totalist@3.0.0: {}
@@ -7280,7 +7292,7 @@ snapshots:
undici-types@7.16.0: {}
- undici@7.26.0: {}
+ undici@7.28.0: {}
unique-filename@4.0.0:
dependencies:

diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
index fb8ce36e..fa260048 100644
--- a/pnpm-workspace.yaml
+++ b/pnpm-workspace.yaml
@@ -25,7 +25,9 @@ overrides:
browserslist: ">=4.16.5"
cross-spawn: ">=7.0.5"
debug: ">=4.3.1"
- dompurify: ">=3.4.5"
+ dompurify: ">=3.4.11"
+ form-data: ">=4.0.6"
+ socks: ">=2.8.0"
ejs: ">=3.1.10"
glob: ">=10.5.0"
"@electron/asar>glob": "7.2.3"
@@ -46,8 +48,9 @@ overrides:
semver: ">=7.5.2"
serialize-javascript: ">=7.0.3"
flatted: ">=3.4.2"
- tar: ">=7.5.11"
- tmp: ">=0.2.6"
+ tar: ">=7.5.16"
+ tmp: ">=0.2.7"
+ undici: ">=7.28.0"
webpack: ">=5.104.0"
y18n: ">=5.0.5"
yargs-parser: ">=18.1.1"

diff --git a/pyproject.toml b/pyproject.toml
index 3b4865f3..af81738c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Software Development :: Build Tools",
]
dependencies = [
- "aiohttp>=3.14.0",
+ "aiohttp>=3.14.1",
"idna>=3.15",
"lxmf>=1.0.1",
"psutil>=7.2.2",
@@ -30,7 +30,7 @@ dependencies = [
"websockets>=16.0",
"bcrypt>=5.0.0,<6.0.0",
"aiohttp-session>=2.12.1,<3.0.0",
- "cryptography>=48.0.1,<49.0.0",
+ "cryptography>=49.0.0,<50.0.0",
"pycparser>=3.0",
"audioop-lts>=0.2.2; python_version >= '3.13'",
"ply>=3.11,<4.0",

diff --git a/requirements.txt b/requirements.txt
index 42e1d628..e02f2bdc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# uv export --no-dev --no-emit-project --no-hashes -o requirements.txt
aiohappyeyeballs==2.6.1
# via aiohttp
-aiohttp==3.14.0
+aiohttp==3.14.1
# via
# aiohttp-session
# reticulum-meshchatx
@@ -29,7 +29,7 @@ cffi==2.0.0
# cryptography
# lxst
# miniaudio
-cryptography==48.0.1
+cryptography==49.0.0
# via
# reticulum-meshchatx
# rns

diff --git a/uv.lock b/uv.lock
index 1a259059..5b454d62 100644
--- a/uv.lock
+++ b/uv.lock
@@ -36,7 +36,7 @@ wheels = [
[[package]]
name = "aiohttp"
-version = "3.14.0"
+version = "3.14.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "aiohappyeyeballs" },
@@ -48,108 +48,108 @@ dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
{ name = "yarl" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/ee/ab/93ce242f899b68c51b0578c027aafa791ab3614cb9345fa5d37b5f5c8e3e/aiohttp-3.14.0.tar.gz", hash = "sha256:2882de819734c715fd1b9c11c97e09fa020d14438203d1d354d8ed1702791c9b", size = 7940674, upload-time = "2026-06-01T19:41:02.763Z" }
-wheels = [
- { url = "https://files.pythonhosted.org/packages/67/47/7727bfe8db93f8835a001bd4359d8480cc68d1259b8bce334668f8be97bd/aiohttp-3.14.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:54bf3522d6f7351e55f89a62d5c2bf138ad557b031670266c5df604ae88e0b5a", size = 759147, upload-time = "2026-06-01T19:37:12.918Z" },
- { url = "https://files.pythonhosted.org/packages/eb/f2/cd3fedff6fade73d71df9ec908c210cec518ef90fd00289250684b90aecf/aiohttp-3.14.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0746d9fb0ac4fdef643a84494efe3f06d50335dd8c7a530228b86448aae0a803", size = 513705, upload-time = "2026-06-01T19:37:14.633Z" },
- { url = "https://files.pythonhosted.org/packages/5a/fe/49746b6b610144a06323bebd8e1211a390310d8c69b98dd6d52df341bc3e/aiohttp-3.14.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9f3a96b6d39a4872222beee72e1df41d2ff886ae96152cf3e757ef8c5673ef0e", size = 509627, upload-time = "2026-06-01T19:37:16.385Z" },
- { url = "https://files.pythonhosted.org/packages/4c/3f/28f2f6cf3d5c0e7b01b27140d0e7873fd11fb341169ad3ce78ad04aba628/aiohttp-3.14.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d336820adbb914debbc90a1d8c1bfc4bea55996aecf64866a989d35d1f9fd903", size = 1769293, upload-time = "2026-06-01T19:37:18.067Z" },
- { url = "https://files.pythonhosted.org/packages/97/6f/2e5f1b525d5474b12b3c60abf733a755845f3bceff21542081ada515f837/aiohttp-3.14.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:71b2604c9bfc1b115547d63a094d5244b3f02799833513a99a68aaa7b167c4cb", size = 1732363, upload-time = "2026-06-01T19:37:20.138Z" },
- { url = "https://files.pythonhosted.org/packages/a8/ce/596120faa85ca7b19cd061e3f2f3be23aa8f11a0aedf9191db9e0da1bd76/aiohttp-3.14.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:610d68800435903e303ca0542b9d3e4eb72a12ff33a6d471a070c1d81eebd3c2", size = 1840375, upload-time = "2026-06-01T19:37:22.104Z" },
- { url = "https://files.pythonhosted.org/packages/72/3c/a7ffe05a757a4a7867643da69357ec41f506879fbd1b231d2ed90af246b2/aiohttp-3.14.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:514db9a79337068981ee2137310283a07b4b885c584991097a91a4da419bcb81", size = 1921484, upload-time = "2026-06-01T19:37:24.068Z" },
- { url = "https://files.pythonhosted.org/packages/93/fa/2c861170bbd4a491de93a69e081db1d971092569e0d593a98ef62c384dc1/aiohttp-3.14.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c452d17eeb95d563fc8b936f3050301dbd1d268126c4632d8b70ede9696202ee", size = 1774153, upload-time = "2026-06-01T19:37:26.256Z" },
- { url = "https://files.pythonhosted.org/packages/9d/da/1d2f5a165f47ec9b1f69d37b8b977fdc4d501aa72ffb7930db27bb9e49ea/aiohttp-3.14.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ed94a81506e3d1bdbad5108f497a58f2a2354aedb4ca314d5326f07d1fd1ac2d", size = 1632569, upload-time = "2026-06-01T19:37:28.192Z" },
- { url = "https://files.pythonhosted.org/packages/46/1d/7a6e295c4257252f70f69e90864fdad74b6a1293054fb3f9e65a15de6d63/aiohttp-3.14.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1394dce36e0f0d260ac0b555a654de19cb989f3c1b8bdd24f505314dfea18a00", size = 1740325, upload-time = "2026-06-01T19:37:30.08Z" },
- { url = "https://files.pythonhosted.org/packages/f1/7e/e1899b1ca3ec62f1eab2a5cbde14039b97493f7f53eb88d9b668562ffa8d/aiohttp-3.14.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:d1467d1e7b48a73ca7237e0ee4335f3d02b923dbc27b82fd254bc301c97d4026", size = 1748691, upload-time = "2026-06-01T19:37:32.211Z" },
- { url = "https://files.pythonhosted.org/packages/ec/54/4e6b61c1fe7d3433f82bcc6bd7e4d7c683a742a10c9b12a025fd3695c047/aiohttp-3.14.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:6a5f3532125233c261cf61f32df4059cfcf482eb793c7d3db8452e3142028b86", size = 1814477, upload-time = "2026-06-01T19:37:34.173Z" },
- { url = "https://files.pythonhosted.org/packages/9c/38/86fd51be2e08d8e45c83d879d255f10391903cd9fe2a16512f7591a15873/aiohttp-3.14.0-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:3ea81eb518a2ecb319d8ec6d1424a37c773f6634bd87d6985eb606b2faac419f", size = 1623393, upload-time = "2026-06-01T19:37:36.281Z" },
- { url = "https://files.pythonhosted.org/packages/78/49/466e947a42a88ee23c486d036e7e5d1b097f1bafd8084ad9c9a0a92f0f43/aiohttp-3.14.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:32e735c3182de7b64f6941a4ede48b38c7f47d9437bd615dd30b5bda8fa1bc93", size = 1824097, upload-time = "2026-06-01T19:37:38.421Z" },
- { url = "https://files.pythonhosted.org/packages/f3/89/35f3410bc284682338a1be6b6ea0c5abfa05f063942cfaa9256608440434/aiohttp-3.14.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:c21ca9a1c63d4509158f478aeb9d02914dcc52adc68d1bc9dee2452284ee5996", size = 1764790, upload-time = "2026-06-01T19:37:40.755Z" },
- { url = "https://files.pythonhosted.org/packages/42/80/2d4291bd5724d3d17e5951aff5a3e02281483fb47295f0788276ee66cd73/aiohttp-3.14.0-cp311-cp311-win32.whl", hash = "sha256:19ca5fc84130675ba11c6ca5c7da5cb65f7bf8a32cdd2b616bf49cd334688aae", size = 454176, upload-time = "2026-06-01T19:37:42.837Z" },
- { url = "https://files.pythonhosted.org/packages/59/ed/41d0ad4f6ececffc32bdf1f7b494e5498f7ca5c849ea2e3cc9bbd1668251/aiohttp-3.14.0-cp311-cp311-win_amd64.whl", hash = "sha256:d488e6e9d3bb8ba5ae7066d5be885ae9670eba021b8c6ccb9a3a568e6b19d6e5", size = 479334, upload-time = "2026-06-01T19:37:44.776Z" },
- { url = "https://files.pythonhosted.org/packages/d1/86/c0b5e305c770053f8c3d069bb52b8196917ba91949d1962d52eb307fb0d2/aiohttp-3.14.0-cp311-cp311-win_arm64.whl", hash = "sha256:8b93618102caf12801638a01a2b478a55410ddd71bd41cfaf6f707953a49ac43", size = 450262, upload-time = "2026-06-01T19:37:46.461Z" },
- { url = "https://files.pythonhosted.org/packages/89/97/2b6889bfb6b6847520d50d95eb8c4307a45e28aaca39faf4a9454b3d1b2f/aiohttp-3.14.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:b29518c9c2ec7e373e68259206a137c7f4f5439c58baaec4b5ab3ab799850a4e", size = 750194, upload-time = "2026-06-01T19:37:48.164Z" },
- { url = "https://files.pythonhosted.org/packages/21/e2/62634b7fff918ed98c3c6b2f0e70d520f7f28846cb412d451b04354c6459/aiohttp-3.14.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:dbec68ce61b64cb73cab4d33df9433427b1713c8bcccb181dce695c1b6f8e87c", size = 506966, upload-time = "2026-06-01T19:37:50.014Z" },
- { url = "https://files.pythonhosted.org/packages/dd/fb/5ce075150828c797a5106f1c2fb26034e709d4289b9d2bf8b07f1e59fac6/aiohttp-3.14.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3cdf534aa455593e589302990c5097aa5c92c06c4262a20da22934f9186a5fff", size = 507527, upload-time = "2026-06-01T19:37:51.96Z" },
- { url = "https://files.pythonhosted.org/packages/01/d5/405a0ae4e6b081754a3609c1c97c63a950e000a2def16046f1e736933a0e/aiohttp-3.14.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:cb6c657104393b5fbff01a5f59b2023db74058a8077d94475d6c25d03882a108", size = 1762420, upload-time = "2026-06-01T19:37:53.839Z" },
- { url = "https://files.pythonhosted.org/packages/ae/1d/e05a7c896b15a6bc6fb8fc5319eb437861c2c49c34559ef928add6590315/aiohttp-3.14.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:46fbbec4e4fab7428d4396a3823f9320e4560aa3113b89eeebce712c27c9ed5a", size = 1733672, upload-time = "2026-06-01T19:37:55.791Z" },
- { url = "https://files.pythonhosted.org/packages/cc/22/a72f7c459e195fa41bf4f7abd1f925b91fe91f8097e51c654229ba144a33/aiohttp-3.14.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2c2c7e05dd5335b298085abf45ddf98673934c3ee1c083d0b9ea13d4186ad500", size = 1805064, upload-time = "2026-06-01T19:37:57.931Z" },
- { url = "https://files.pythonhosted.org/packages/80/50/e85bdaba0be59ca4838005ebfef4048fcdd5f35a02b07057a9a123394440/aiohttp-3.14.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3c7139100fbaae76515b73051d8f0aa3a3ff02e415eec8a8eee8e2223d9ba955", size = 1902125, upload-time = "2026-06-01T19:38:00.225Z" },
- { url = "https://files.pythonhosted.org/packages/19/d8/51de5c6b971c27bb1ef620293b8d1ca611ec78736b34b3f6ccf68e4c8785/aiohttp-3.14.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:78d6f9286a629ce52728430afe18f8ed2b6c39a1fddb3802d7244b9983910ad2", size = 1783112, upload-time = "2026-06-01T19:38:02.641Z" },
- { url = "https://files.pythonhosted.org/packages/73/ae/b4402bfde77e43dfb1b6ccff83c7b7ab63ed06b50c4754f0c5423fb374fe/aiohttp-3.14.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:cc3c3e12cdaeb92d7dcf13db00e9f6b1956b910e47256e696df1cfa946d02159", size = 1586356, upload-time = "2026-06-01T19:38:04.637Z" },
- { url = "https://files.pythonhosted.org/packages/bc/05/750a3265ca4dc54a460bd0cb1121a8f2ce9171fce4a135fb47ea7fd594d2/aiohttp-3.14.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4d6a998191f5ebe3b8c28463ff72bc030250008b3193c402464efadd08b5ca02", size = 1723119, upload-time = "2026-06-01T19:38:06.713Z" },
- { url = "https://files.pythonhosted.org/packages/37/01/8c0812c50b3b1b1c37b323bf170d6be8847a8f234060485b7d1e71953f60/aiohttp-3.14.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:0fc2b75ae8d169d853be2862d960be8550da6c5c65711d5476407eb3fdb006bd", size = 1757216, upload-time = "2026-06-01T19:38:08.736Z" },
- { url = "https://files.pythonhosted.org/packages/47/2a/50fb98028a26887cbe48dcc1df92a90825615bc73b5584301304090cded8/aiohttp-3.14.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:16eee56bcc72d04600bc56c1759982c2385ec0b41d3fd3521f836bf64a0957ef", size = 1770500, upload-time = "2026-06-01T19:38:11.111Z" },
- { url = "https://files.pythonhosted.org/packages/bd/32/0ffd598a2fa2b9a423daf242e700cfdabda35d6e602394ad9ae58972c1c7/aiohttp-3.14.0-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:5a2e7ca615c3ddc15b82687e05a624e5f5cba3f1d6c20cb81172d70ea498451e", size = 1576224, upload-time = "2026-06-01T19:38:13.391Z" },
- { url = "https://files.pythonhosted.org/packages/0b/f9/b9fc381dd9b66afb33f2634c40e229d106467be0afcabe79648631ab6712/aiohttp-3.14.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:f0b7b8bbbec3ce9467ee0ebe334622fd90624f593edd3136c567811453fc4fae", size = 1794252, upload-time = "2026-06-01T19:38:15.498Z" },
- { url = "https://files.pythonhosted.org/packages/a8/fb/05d9214c975f23225a8cd5c439325e338c7c377b315480ef3871db51f54e/aiohttp-3.14.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:5ba10966d4f03dd96a14365be4b8e37c327c76f11c3ca867116966cdd9f98066", size = 1760193, upload-time = "2026-06-01T19:38:17.624Z" },
- { url = "https://files.pythonhosted.org/packages/d9/4b/02992fc4fb9e1b6673ee3f888a8e587a6447afda1f6f4aca776c148c2876/aiohttp-3.14.0-cp312-cp312-win32.whl", hash = "sha256:101df7779c80c0636014a6b2c6642acd3efb5b355d48347c9d7dfb720aee9430", size = 448650, upload-time = "2026-06-01T19:38:19.545Z" },
- { url = "https://files.pythonhosted.org/packages/39/e9/246532214c3abda518477cbaaf16d420295ad8effa5233844cbb38f299ab/aiohttp-3.14.0-cp312-cp312-win_amd64.whl", hash = "sha256:b0a5747586d4467efd1f932710b269131c9717a872dce082cd92a00c1c13123a", size = 476145, upload-time = "2026-06-01T19:38:21.505Z" },
- { url = "https://files.pythonhosted.org/packages/2b/c3/63f8c20090048915711598b0adf475b149216d736157961de06480a45b15/aiohttp-3.14.0-cp312-cp312-win_arm64.whl", hash = "sha256:5f1c5be60add78fabb4aacd13c5a348ae79d2fcbfc7fa78da8f1eb192273b370", size = 444250, upload-time = "2026-06-01T19:38:24.027Z" },
- { url = "https://files.pythonhosted.org/packages/21/61/d11f7d9a3144bffe825247d6367cd93053666da50b94707c9129c78868d5/aiohttp-3.14.0-cp313-cp313-android_21_arm64_v8a.whl", hash = "sha256:25400d710641a8040bf022a8a99f579e581ffa1c5bd42c33255d7d6f3957c127", size = 502399, upload-time = "2026-06-01T19:38:25.955Z" },
- { url = "https://files.pythonhosted.org/packages/4f/9b/a7e317625d36356844f8bb022cabd305b541f968856cc3c2e0b58e53ee6e/aiohttp-3.14.0-cp313-cp313-android_21_x86_64.whl", hash = "sha256:c5492b9929826e07cc3fcb9739ae87aab05dff6b5e67a9b73fd1700c6d008981", size = 510068, upload-time = "2026-06-01T19:38:27.828Z" },
- { url = "https://files.pythonhosted.org/packages/11/41/cc2d2cfbfbdc3126ba258f3cd27d1ac8a33492ae3c35a4583ee21f0ba7f1/aiohttp-3.14.0-cp313-cp313-ios_13_0_arm64_iphoneos.whl", hash = "sha256:3366751d68d237c621264233a32f3078bbc21b7904ab90a77e03d21390c742c6", size = 481670, upload-time = "2026-06-01T19:38:29.836Z" },
- { url = "https://files.pythonhosted.org/packages/3c/07/381f4023c3b08cb616e520f566d8c58957abad54e56441d41fe67cfb0195/aiohttp-3.14.0-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:57ea07d28695a7a40304d42251892a8df765e5588c10ee32afeddcd5df33c0a2", size = 487591, upload-time = "2026-06-01T19:38:31.704Z" },
- { url = "https://files.pythonhosted.org/packages/fb/4d/4506fdb7a022bdf70011a3bbb4ca00c5c570026ef6a3c5bd7bc70c39089c/aiohttp-3.14.0-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:076cb014191ae2e65d949e1ad01f1dcfe33e32789b5172510f3e79c79fc04d50", size = 496503, upload-time = "2026-06-01T19:38:33.6Z" },
- { url = "https://files.pythonhosted.org/packages/ef/7d/c814111e04894a45d9e2defc94443879a6f118d9633d5fedfe6e2e8af5f0/aiohttp-3.14.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:2f3fc37054564dee64a855b5b092d87ec35dcddfaabf7dacb1c8a2b1f83dc0a9", size = 745870, upload-time = "2026-06-01T19:38:36.013Z" },
- { url = "https://files.pythonhosted.org/packages/c6/ee/80eee0efddfe187e7cd05027086b7ce1c0e492e82a4eda58f5c5543a44a0/aiohttp-3.14.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8fcaef74d2ab0f607d7ff85a0d15e21bb5a258c4a58df1908396eb50d7f4ed3c", size = 505588, upload-time = "2026-06-01T19:38:38.282Z" },
- { url = "https://files.pythonhosted.org/packages/d6/f8/0f28f04eef75d52fc9c715dde7ce9c0abb810fd20cfeb0fea7afd2ab1e98/aiohttp-3.14.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:e4c01b0bfc6209590960e68eac083cd22d5d87c21f974dd6208cafa5d3542bc8", size = 504492, upload-time = "2026-06-01T19:38:40.611Z" },
- { url = "https://files.pythonhosted.org/packages/ff/db/44c755232085545065c94378dfce38641b1aee647f4939fcd32f5b32e719/aiohttp-3.14.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f12eb7896e81caf403a2b18c9406426f1207361e7239c057ab29c076d4257e83", size = 1752111, upload-time = "2026-06-01T19:38:42.682Z" },
- { url = "https://files.pythonhosted.org/packages/5e/6a/42e030a46743841414402a3b00cd3d78419055e86c66fb5822c14b5abfc6/aiohttp-3.14.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:6c79a044cacf360ec46738d863d2f41c9300d2a06ef4a7402ea0df306a350e61", size = 1729674, upload-time = "2026-06-01T19:38:44.79Z" },
- { url = "https://files.pythonhosted.org/packages/34/26/3199beb415202e3108e7b83ecebe10914d806d33fb9860c3e4aa60a19be3/aiohttp-3.14.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:85e0675f47be4eff0636bf88c02140ea89168ae0df3ff1f3f464e9de9610d277", size = 1798808, upload-time = "2026-06-01T19:38:47.01Z" },
- { url = "https://files.pythonhosted.org/packages/bd/94/b9b6fcf0ee17c21d0d19fb8c22bf83ad18f82e702a9c3bd901a868f5e446/aiohttp-3.14.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:7b33e751cab03fdc960095b1e326cb5a03f5ee577d6ded59f3d1c100f8668882", size = 1891921, upload-time = "2026-06-01T19:38:49.233Z" },
- { url = "https://files.pythonhosted.org/packages/c5/a3/3800dbd095cb2bb165a7ea5d94d790914677e27f45638c7d80e3f34c8945/aiohttp-3.14.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:26d9224c6dd7f5c749aba4f61315a894601448b28d94d12f4dea0903e26d2096", size = 1777241, upload-time = "2026-06-01T19:38:52.04Z" },
- { url = "https://files.pythonhosted.org/packages/21/2a/45be91ad1b860508557448d4cc2e165a2ee68dd865657b73bf66cc5a00fb/aiohttp-3.14.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:6281aecdf2732940f4fe06bd6adec5ae4d59b78b080b8e3a6b81467301010988", size = 1579554, upload-time = "2026-06-01T19:38:54.508Z" },
- { url = "https://files.pythonhosted.org/packages/b4/3d/dc94df99ed1511fdf28314f722643ed334112643cab00223577085e788c4/aiohttp-3.14.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:23e8314e7aed8576fbe33314d218bd81447a3adbc91dc36f1163bf583cd3084c", size = 1714864, upload-time = "2026-06-01T19:38:56.788Z" },
- { url = "https://files.pythonhosted.org/packages/ae/e4/1f1c8acbb3acd5c8f795473b92c9c3d44eb60a5692c6104256c8a1c83a0c/aiohttp-3.14.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:3b54fbff46127aeafdd764cecd0d99fa2f24a0e37ea5c18a7c3a4ac450df1db3", size = 1749803, upload-time = "2026-06-01T19:38:59.367Z" },
- { url = "https://files.pythonhosted.org/packages/0b/c8/c45ea6e7ed84cebba939b9c334498a045ba19d79c61b0110df5f21580de3/aiohttp-3.14.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:b27d89af91a555f58e08e4902dbcbc48862fd40095720ca705990476bd93b7ac", size = 1765023, upload-time = "2026-06-01T19:39:01.651Z" },
- { url = "https://files.pythonhosted.org/packages/a8/a1/a932941784432962fe390e1066823aaef64b4e5ac9fa595df57b5fe472a9/aiohttp-3.14.0-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:25d2326a4967bf705a9f9913a13005e93b6020ad8a9f6bd6bd78850d5171332e", size = 1571671, upload-time = "2026-06-01T19:39:04.044Z" },
- { url = "https://files.pythonhosted.org/packages/b0/01/e1280feac522597a4d46eb67a0cdfa053cfae263033030b761ab146f29fb/aiohttp-3.14.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:a1d209375c503472b3c0a340cdf3c55fcd82e84b46dda7caeaced59faba373ec", size = 1789904, upload-time = "2026-06-01T19:39:06.294Z" },
- { url = "https://files.pythonhosted.org/packages/fa/10/ab28818262f4d26bdb47ed5f1fc7999b69e2fc6e0370b02d0f49011f45ea/aiohttp-3.14.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:666c7c5036df57b693026398b69b41874a1931ac5b3485fd910e57bfac253869", size = 1754516, upload-time = "2026-06-01T19:39:08.788Z" },
- { url = "https://files.pythonhosted.org/packages/af/cc/c122eabd7a1b7e0c9bbdd6be60e4715905b858399145d9df872bb94f1427/aiohttp-3.14.0-cp313-cp313-win32.whl", hash = "sha256:23f094a1ef64823fd35854ddf5c7a80a078162f37f9d2f7c6142b51a6affa456", size = 448656, upload-time = "2026-06-01T19:39:11.171Z" },
- { url = "https://files.pythonhosted.org/packages/41/a5/bab07d79848a00eedd8ed979ccb302aaea3ac6eb9fa16bd0ed87135869b4/aiohttp-3.14.0-cp313-cp313-win_amd64.whl", hash = "sha256:e03abdaa17d553f17e1d1d06bb266b3970106c78051d06795723e748d8e49d11", size = 475803, upload-time = "2026-06-01T19:39:13.439Z" },
- { url = "https://files.pythonhosted.org/packages/d1/a0/f03ade8566c153666a3871afccbedf6d99911da006325e1fc6cf72a2de99/aiohttp-3.14.0-cp313-cp313-win_arm64.whl", hash = "sha256:acdb400538cf4769543548bb5d1eb23d39bed4f96554a6078cb728c7cb2c268b", size = 443889, upload-time = "2026-06-01T19:39:15.945Z" },
- { url = "https://files.pythonhosted.org/packages/28/03/5f36ab196a88ba5e9648ae5643e6531e67a3a8c0e96f9c6510ff41540fec/aiohttp-3.14.0-cp314-cp314-android_24_arm64_v8a.whl", hash = "sha256:363ef9e91014e7891679bfb2ac0a7c6ea93435dbbfd10ecf41b9f06fcf506c5f", size = 503330, upload-time = "2026-06-01T19:39:18.195Z" },
- { url = "https://files.pythonhosted.org/packages/2c/ce/8b49ec2f30f68e02f314f4832186cd45e583360a5a386058be36855d23b6/aiohttp-3.14.0-cp314-cp314-android_24_x86_64.whl", hash = "sha256:884a4edbdad77be9d0ef36142c8b504351b170df0bf62b51e784fadabf311c42", size = 509822, upload-time = "2026-06-01T19:39:20.396Z" },
- { url = "https://files.pythonhosted.org/packages/1a/fe/6edbf5d39bf29322b6816365b17ed8ede4dace164a3aea1abcd30110eb78/aiohttp-3.14.0-cp314-cp314-ios_13_0_arm64_iphoneos.whl", hash = "sha256:70ea956f6cc4a37620966b56c2e205d88ca3e6d85ec063277e414b1035cddad3", size = 483329, upload-time = "2026-06-01T19:39:22.607Z" },
- { url = "https://files.pythonhosted.org/packages/1b/5a/fae531bdbc6456fb6241f46b7b81e4d8a0dd3fc09118a0055dc7141ac1ec/aiohttp-3.14.0-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:ea3b9806c89f61da22fddf1f12dd524fb368e5e28f1261fbdafe5c3cd8ce893b", size = 489502, upload-time = "2026-06-01T19:39:24.881Z" },
- { url = "https://files.pythonhosted.org/packages/36/f4/48a7b0414db7fed77a03d5dde34508c026afd83510ab6bca08c313855776/aiohttp-3.14.0-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:a071be341c2bd9b0188e62d173509f024e0a35b1c342c53c50f8daaeda8c3bd8", size = 497357, upload-time = "2026-06-01T19:39:27.197Z" },
- { url = "https://files.pythonhosted.org/packages/75/75/e85a13a370acc007fca5feb1fd1b88ac2d8426e6dadd625479b7cadd55a3/aiohttp-3.14.0-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:198cfe61bf253b19da1fb3e0fa122249dc4f14c12709493fed8054aa0411cc76", size = 750898, upload-time = "2026-06-01T19:39:29.563Z" },
- { url = "https://files.pythonhosted.org/packages/9e/e4/3d637f800c724eff0e2bed64df72557444482366fd0a35b0cec0e6968f6c/aiohttp-3.14.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:9dc203d6ce6b9106d54e2a93f41dfdfebfbca2d99962ba503bfd3e5921a6549e", size = 506986, upload-time = "2026-06-01T19:39:31.872Z" },
- { url = "https://files.pythonhosted.org/packages/1d/df/35161f3598bf7501d2b2a805b41ab4f45a2e34150c421bcb4ef8c0d281a7/aiohttp-3.14.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9e19d17ab02bf16832a2c8c0d55a486792c5b1645665652ee9531aebcc30cb72", size = 508033, upload-time = "2026-06-01T19:39:34.137Z" },
- { url = "https://files.pythonhosted.org/packages/e5/39/b36e5d3d31e850fb4691dd3e941684ac490a2559249f6fa634b6b0fdf020/aiohttp-3.14.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d925fba0c14d5b498a8028b0107beebdfd16c5d48d702ff54f879cb017aaaca3", size = 1746213, upload-time = "2026-06-01T19:39:36.654Z" },
- { url = "https://files.pythonhosted.org/packages/b1/28/24e1409e605a9aa5d84abe0e2acb365354b70ae56d40948101cabe3341ab/aiohttp-3.14.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:d33e61021222ce7f9792bcac870d6f58d8adfceda33ab857b01264f4560f2c5f", size = 1705862, upload-time = "2026-06-01T19:39:38.968Z" },
- { url = "https://files.pythonhosted.org/packages/8c/d0/e5eb3ff1daeaf644c7e36a957517672494122628e067c38b263fa04eda77/aiohttp-3.14.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:44eca38755d0105bb32f47d085f5dd449846a449e1245fc105889e3279dcf8e3", size = 1798909, upload-time = "2026-06-01T19:39:41.334Z" },
- { url = "https://files.pythonhosted.org/packages/d3/ba/8943f906f0570342886ababb9a722a44e360f786a028c5e0b0e29e3f735b/aiohttp-3.14.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f13087e06f68fea4941c21a0c541c00553aa16e4f8fd7bbe2b198df761e964d6", size = 1868892, upload-time = "2026-06-01T19:39:43.807Z" },
- { url = "https://files.pythonhosted.org/packages/3a/05/27df32c844b2156e1675a8d8ec22d963e3c8ba469ed7ceb1863320c7b521/aiohttp-3.14.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ff82be7f1ef73634cb77890a770743239bc3d487b848669be1c599889336dc0a", size = 1751659, upload-time = "2026-06-01T19:39:46.398Z" },
- { url = "https://files.pythonhosted.org/packages/7f/62/da182e5910ab912b2e88aa919b61a16046a37a95714a5795b02eb57b2d18/aiohttp-3.14.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a150c0875ac8fd87f1c398650841308a30d65facf7416b12dbdb9cfdcbe5a48c", size = 1578775, upload-time = "2026-06-01T19:39:48.902Z" },
- { url = "https://files.pythonhosted.org/packages/66/e3/53c67097e8a5ce98625e91e3fa7f43c9c6940de680345d03b3509a72a078/aiohttp-3.14.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:edc01ea4e1ec5a1649a28866262bf24195889ff7b27bdd947029a6086741de9b", size = 1710090, upload-time = "2026-06-01T19:39:51.392Z" },
- { url = "https://files.pythonhosted.org/packages/dd/55/0e2732ca598c7a4dfe8a775662376d0ca2977cb1030e48386d4da5d9a456/aiohttp-3.14.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:540632bf882ff8fc88f2e1697be0761578e89e0d79fb4a8a6d65dc5da7e729d4", size = 1715016, upload-time = "2026-06-01T19:39:53.807Z" },
- { url = "https://files.pythonhosted.org/packages/5a/96/f0b73730798c9ca525afc30b39f1f81bbe24e245d9654c54d3b39d63212d/aiohttp-3.14.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:860a86bc2c80237f5dff52edcf427e10a8d8352271fd84845429a3e60199e02c", size = 1763810, upload-time = "2026-06-01T19:39:56.31Z" },
- { url = "https://files.pythonhosted.org/packages/71/cc/11acb6c4518f448323405a7312b6f255d0f974a34373ad1db7633c4aadc8/aiohttp-3.14.0-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:5cbd50e6a50d6b99283a826b18cbdebf65b0797689a7535cb0e9dd37be0f63c3", size = 1573064, upload-time = "2026-06-01T19:39:58.718Z" },
- { url = "https://files.pythonhosted.org/packages/de/2d/28c31dde0a7dc98c0ee7d0da2ddcec3f7688c4fc131e5989e278d0c03c0a/aiohttp-3.14.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:20144819e99db593e22bbd2f3f2691a5e149f879142d6b8670254708853ff4fb", size = 1775765, upload-time = "2026-06-01T19:40:01.195Z" },
- { url = "https://files.pythonhosted.org/packages/b8/69/155c4ef3aec96417d47024800472b33b16c5d8a665371dcd044c2afdf25d/aiohttp-3.14.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:26b6d79aa54cb4ed50cc7d41ed14e99e0f1fc8e7c2d42f2e05b37aea897b2b52", size = 1733716, upload-time = "2026-06-01T19:40:03.631Z" },
- { url = "https://files.pythonhosted.org/packages/5f/44/6126116fd8a316b712bb615660b855c78466bb67ba1bb1742427eafcf7ac/aiohttp-3.14.0-cp314-cp314-win32.whl", hash = "sha256:106ed074a856f3e21d186b8579e2c8afb6da598e267cdaab01059e13db2fc44d", size = 453684, upload-time = "2026-06-01T19:40:06.277Z" },
- { url = "https://files.pythonhosted.org/packages/a2/d7/eff4c58a88c5cac5e38b55f44fb8a6d3929c3cbd77356e383e094d3220bd/aiohttp-3.14.0-cp314-cp314-win_amd64.whl", hash = "sha256:4f770846edae8f00ecc57af825bce811f787f87a7dcf0e90d191790efe5b31f7", size = 481758, upload-time = "2026-06-01T19:40:08.653Z" },
- { url = "https://files.pythonhosted.org/packages/d7/ed/17b5bd9fbcb46e688f02e572f517754a9a75831e7b54702f027761dc4fa5/aiohttp-3.14.0-cp314-cp314-win_arm64.whl", hash = "sha256:acf1581c4f21ed4b80a2dded504d87b055a071a84d5737ea966435f768275ac6", size = 450557, upload-time = "2026-06-01T19:40:11.03Z" },
- { url = "https://files.pythonhosted.org/packages/12/34/6180103ce9aabc8ebff3f7bb55a1228ffe60f61042823031d9692cb7b101/aiohttp-3.14.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:6aa1a40f9cbb3da9f80714c5966b8946c21e6a2530d809b9498b33161e3c8733", size = 787878, upload-time = "2026-06-01T19:40:13.401Z" },
- { url = "https://files.pythonhosted.org/packages/92/e9/08954a40e8b7baa3d8beadd2b074b186e9b1e9c8ddabc288678a6265de50/aiohttp-3.14.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:b62af5a8cc96a194eaa01a9ed7b34a3ffa58d3d8daaa1a0d7a749353ad12d228", size = 524400, upload-time = "2026-06-01T19:40:15.972Z" },
- { url = "https://files.pythonhosted.org/packages/08/6a/b5965a634ac4d5ba99a463314cf4ab214ca073fcdc38a15e0294273701fc/aiohttp-3.14.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6eb63b1417efaf7d1002a6ad034a40d44376afcc16508a57f8e74b49ad26a095", size = 527904, upload-time = "2026-06-01T19:40:18.28Z" },
- { url = "https://files.pythonhosted.org/packages/06/b4/932bcdd850c354d9bcca30f360e475d7852e30413fbbd44b182782ed5432/aiohttp-3.14.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c20b9ad156a79eb97be5cf9e069eec01d2f0dc8472ffbd75299a8b2d4c2cbbde", size = 1912162, upload-time = "2026-06-01T19:40:20.825Z" },
- { url = "https://files.pythonhosted.org/packages/c6/85/ce79bab0310d2e3fd2d7bc7e44412abeff7c8338f8a21dd0f2f1714989e5/aiohttp-3.14.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:40ae7b0642c25632c7eabc4a04754012691864d2a1b93becf7cddb76027b838a", size = 1778813, upload-time = "2026-06-01T19:40:23.726Z" },
- { url = "https://files.pythonhosted.org/packages/05/54/ba62ac2d1bc87e010aad23751e383b8794e45d931df67677313a2da78823/aiohttp-3.14.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:95f5217e76a046b9f228a101717ef8d42b1eb3d9d196d15202db5bf41df88936", size = 1899969, upload-time = "2026-06-01T19:40:26.406Z" },
- { url = "https://files.pythonhosted.org/packages/dc/82/7cc7907725d83a19f31551334061e1ab8e108b1d7ac52632a2a844a4acb5/aiohttp-3.14.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:1a4a9f17e85b80878c176695c1998c790e83731d8271881e5d356488652a1f9e", size = 1991771, upload-time = "2026-06-01T19:40:29.061Z" },
- { url = "https://files.pythonhosted.org/packages/d0/1c/a57de71a4508c93a830b77c28af3d08cd97f606dedfc6b94275347744508/aiohttp-3.14.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:145262119b07d7f95abc1839add35ba2bfc84551d4b4660ca11542c0b215455b", size = 1868606, upload-time = "2026-06-01T19:40:31.843Z" },
- { url = "https://files.pythonhosted.org/packages/9c/ae/3839726cd49150a53ed340cc24ce5ba09d4c2117020ef9d45542bec5eb2f/aiohttp-3.14.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:49a33ded29b0b2fa7a367a02cf0fb89af602bb87542a16177ec8ce1c9c51d12a", size = 1665437, upload-time = "2026-06-01T19:40:35.01Z" },
- { url = "https://files.pythonhosted.org/packages/35/1e/c237923232c7da7f0392ea25d89fc5e60c0e93f685f4ebca8e7bcdd5271c/aiohttp-3.14.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:2cc736a9c9fc2bc4dd71fd404815741b6573df27c3f985948ec4076989ac57de", size = 1834090, upload-time = "2026-06-01T19:40:37.733Z" },
- { url = "https://files.pythonhosted.org/packages/98/02/a5a7a2524f92d3911761b405a7c067c751891942144adc13e2ad79611e39/aiohttp-3.14.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:b4141a3e5342ee3053a9cab54d25b64ed28289c1041e4c54b3d99839314d90ce", size = 1816907, upload-time = "2026-06-01T19:40:40.46Z" },
- { url = "https://files.pythonhosted.org/packages/fa/76/a8b9f0d09234d516af9f2d7dd715557f33b5da3b0b56ead41d1170e86e3c/aiohttp-3.14.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:e30871b2d58996cb81aac52d2b1d15ac05257131ef0f90f18c2115a380fbfe7c", size = 1840382, upload-time = "2026-06-01T19:40:43.48Z" },
- { url = "https://files.pythonhosted.org/packages/c9/8e/140e715a0a4bbc211979ea30ec8396ad2ed5bf90ab87d8058fc4668b1923/aiohttp-3.14.0-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:667b881d083ccae3900ea5a241e17e5007ca78844c53ed389bb63d48f729d9c7", size = 1659497, upload-time = "2026-06-01T19:40:46.265Z" },
- { url = "https://files.pythonhosted.org/packages/10/c7/7ba5de8af9650b9767b063c675427b8685f43fa7ce563673a7bc3af60f08/aiohttp-3.14.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:b584dfe615d151e9b8f0a8ecb3aee6147f2927ec5b95ba25fe621f5377510928", size = 1870829, upload-time = "2026-06-01T19:40:49.583Z" },
- { url = "https://files.pythonhosted.org/packages/cc/bc/2aaab2f85cadb26ea59c091fa2b8e370d625154b5c14b478f1b489d07551/aiohttp-3.14.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6199707cc40e0e9cd39c36fbc97bec416c704e1d0ddce03412bb3b3e6a90ccd0", size = 1832281, upload-time = "2026-06-01T19:40:52.303Z" },
- { url = "https://files.pythonhosted.org/packages/39/98/31b9ad9fbc01f0075ee7221002df5fd2d10b647f451ca5f30edc802d9dd6/aiohttp-3.14.0-cp314-cp314t-win32.whl", hash = "sha256:a8d93334d4961c9d566b1f046c81dee475b7c21eb730728d38237bfa70d1c8e6", size = 490597, upload-time = "2026-06-01T19:40:54.937Z" },
- { url = "https://files.pythonhosted.org/packages/59/1f/299b21441c8de42ff70fddc7cfe65e92f810abcf740739a09b56f7835364/aiohttp-3.14.0-cp314-cp314t-win_amd64.whl", hash = "sha256:2d2ffe9b614f50f069068b3b52e73414e4107fc10b7efc939a76acff9251fdd2", size = 525789, upload-time = "2026-06-01T19:40:57.306Z" },
- { url = "https://files.pythonhosted.org/packages/70/11/7f83fcba9ee05d4c54d61b3f8104da0d43a59adac44dd28effc0c9a10422/aiohttp-3.14.0-cp314-cp314t-win_arm64.whl", hash = "sha256:7a3fc4358e65826c515350f199c210de747cf669998211b1ee6c2e46de364b24", size = 467399, upload-time = "2026-06-01T19:40:59.993Z" },
+sdist = { url = "https://files.pythonhosted.org/packages/82/78/8ea7308cac6934de8c74a14f3d5f65d1c89287426688be79538d0e5c013d/aiohttp-3.14.1.tar.gz", hash = "sha256:307f2cff90a764d329e77040603fa032db89c5c24fdad50c4c15334cba744035", size = 7955794, upload-time = "2026-06-07T21:09:35.529Z" }
+wheels = [
+ { url = "https://files.pythonhosted.org/packages/26/dd/bf526e6f0a1120dd6f2df2e97bacfe4d358f13d17a0ff5847301a1375a51/aiohttp-3.14.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:aa00140699487bd435fde4342d85c94cb256b7cd3a5b9c3396c67f19922afda2", size = 765225, upload-time = "2026-06-07T21:06:07.957Z" },
+ { url = "https://files.pythonhosted.org/packages/8f/e1/a2872aa55495a70f61310d411541c6ee23812d9a884e000c716e1bc3edbf/aiohttp-3.14.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1c1af67559445498b502030c35c59db59966f47041ca9de5b4e707f86bd10b5f", size = 518743, upload-time = "2026-06-07T21:06:09.749Z" },
+ { url = "https://files.pythonhosted.org/packages/5b/e7/c60c7b209e509cc787de3cea0550a518538cfc08003e1c1e14c1c63fff71/aiohttp-3.14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d44ec478e713ee7f29b439f7eb8dc2b9d4079e11ae114d2c2ac3d5daf30516c8", size = 514139, upload-time = "2026-06-07T21:06:11.26Z" },
+ { url = "https://files.pythonhosted.org/packages/5b/8d/614ace2f579702c9840ab1e1447fd8509e35b0b904f7196418fa2f57b25d/aiohttp-3.14.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d3b1a184a9a8f548a6b73f1e26b96b052193e4b3175ed7342aaf1151a1f00a04", size = 1784088, upload-time = "2026-06-07T21:06:12.887Z" },
+ { url = "https://files.pythonhosted.org/packages/49/e0/726e90f99542bf292f81a96a12cc4847deb86f3ccf62c6f4014a201f4d33/aiohttp-3.14.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:5f2504bc0322437c9a1ff6d3333ca56c7477b727c995f036b976ae17b98372c8", size = 1737835, upload-time = "2026-06-07T21:06:14.564Z" },
+ { url = "https://files.pythonhosted.org/packages/0b/4b/d176d5c4db9d33dacf0543102ea59503bc1d528af4cfd0b719949ca49389/aiohttp-3.14.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:73f05ea02013e02512c3bf42714f1208c57168c779cc6fe23516e4543089d0a6", size = 1842801, upload-time = "2026-06-07T21:06:16.228Z" },
+ { url = "https://files.pythonhosted.org/packages/dc/d6/5a99b563690ea0cbed912ae94a2ce33993a5709a651a3a4fe761e7dd973a/aiohttp-3.14.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:797457503c2d426bee06eef808d07b31ede30b65e054444e7de64cad0061b7af", size = 1929992, upload-time = "2026-06-07T21:06:17.947Z" },
+ { url = "https://files.pythonhosted.org/packages/76/7f/a987b14a3859094b3cea3f4825219c3e5536242564af6e3f9c2f6c994eb2/aiohttp-3.14.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b821a1f7dedf7e37450654e620038ac3b2e81e8fa6ea269337e97101978ec730", size = 1786989, upload-time = "2026-06-07T21:06:19.677Z" },
+ { url = "https://files.pythonhosted.org/packages/f1/1a/420e5c85a3e73349372ed22ce0b6af86bfa6ce16a4b20a64a2e94608c781/aiohttp-3.14.1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:4cd96b5ba05d67ed0cf00b5b405c8cd99586d8e3481e8ee0a831057591af7621", size = 1640129, upload-time = "2026-06-07T21:06:22.558Z" },
+ { url = "https://files.pythonhosted.org/packages/a7/80/18a592ed3be0a402cc03670bd72ee1f8563ddbe1d8d5542dbf868f274136/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d459b98a932296c6f0e94f87511a0b1b90a8a02c30a50e60a297619cd5a58ee", size = 1756576, upload-time = "2026-06-07T21:06:24.8Z" },
+ { url = "https://files.pythonhosted.org/packages/ec/0b/8b3d5713373858ff71a617daf6e3b0e81ad63e79d09a3cf2f6b6b983939c/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:764457a7be60825fb770a644852ff717bcbb5042f189f2bd16df61a81b3f6573", size = 1754668, upload-time = "2026-06-07T21:06:26.528Z" },
+ { url = "https://files.pythonhosted.org/packages/9f/49/fd564575cf225821d7ba5a117cb8bc27213d8a7e1811162afb43ae077039/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f7a16ef45b081454ef844502d87a848876c490c4cb5c650c230f6ec79ed2c1e7", size = 1817019, upload-time = "2026-06-07T21:06:28.297Z" },
+ { url = "https://files.pythonhosted.org/packages/ed/1b/e850c9ae6fc91356552ae668bb6c51e93fa29c8aef13398a10b56678557f/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:2fbc3ed048b3475b9f0cbcb9978e9d2d3511acd91ead203af26ed9f0056004cf", size = 1631638, upload-time = "2026-06-07T21:06:30.242Z" },
+ { url = "https://files.pythonhosted.org/packages/eb/94/3c337ba72451a89806ace6f75bddc92bafc5b8d53d90115a512858024b63/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:bedb0cd073cc2dc035e30aeb99444389d3cd2113afe4ef9fcd23d439f5bade85", size = 1835660, upload-time = "2026-06-07T21:06:31.943Z" },
+ { url = "https://files.pythonhosted.org/packages/2b/9c/9c18cf367a0498212d9ba7daf990b504a5e8ae064cda4b504e2647c89c03/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b6feea921016eb3d4e04d65fc4e9ca402d1a3801f562aef94989f54694917af3", size = 1775698, upload-time = "2026-06-07T21:06:33.72Z" },
+ { url = "https://files.pythonhosted.org/packages/b5/63/a251a9d2a6cb45065b2ddc0bde2b3dd10108740a9a42f632c66405a761a2/aiohttp-3.14.1-cp311-cp311-win32.whl", hash = "sha256:313701e488100074ce99850404ee36e741abf6330179fec908a1944ecf570126", size = 458386, upload-time = "2026-06-07T21:06:35.279Z" },
+ { url = "https://files.pythonhosted.org/packages/17/ca/69274c51dcd6e8947d77b2806cf47a4a15f2c846e2cbeb1882547d3da283/aiohttp-3.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:03ab4530fdcb3a543a122ba4b65ac9919da9fe9f78a03d328a6e38ff962f7aa5", size = 483406, upload-time = "2026-06-07T21:06:36.824Z" },
+ { url = "https://files.pythonhosted.org/packages/2c/8a/c25904f77690c3688ec140f87591ef11a0cfe36bf3d5c0f1f38056fb62b3/aiohttp-3.14.1-cp311-cp311-win_arm64.whl", hash = "sha256:486f7d16ed54c39c2cbd7ca71fd8ba2b8bb7860df65bd7b6ed640bab96a38a8b", size = 452987, upload-time = "2026-06-07T21:06:38.371Z" },
+ { url = "https://files.pythonhosted.org/packages/1d/21/151624b51cd92553d95424daf4bf19f19ce9be9002d19253e7e7ce67197b/aiohttp-3.14.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:d35143e27778b4bb0fb189562d7f275bff79c62ab8e98459717c0ea617ff2480", size = 757402, upload-time = "2026-06-07T21:06:40.311Z" },
+ { url = "https://files.pythonhosted.org/packages/c2/82/280619e0bd7bf2454987e19282616e84762255dd9c8468f62382e8c191f1/aiohttp-3.14.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:bcfb80a2cc36fba2534e5e5b5264dc7ae6fcd9bf15256da3e53d2f499e6fa29d", size = 512310, upload-time = "2026-06-07T21:06:42.207Z" },
+ { url = "https://files.pythonhosted.org/packages/55/b2/2aac325583aaa1353045f96dffa586d8a34e8322e14a7ba49cffeb103ab4/aiohttp-3.14.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:27fd7c91e51729b4f7e1577865fa6d34c9adccbc39aabe9000285b48af9f0ec2", size = 512448, upload-time = "2026-06-07T21:06:43.813Z" },
+ { url = "https://files.pythonhosted.org/packages/8a/72/a60607cb849faa8af8a356c9329ea2eb6f395d49e82cc82ccba1fd8deb8f/aiohttp-3.14.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:64c567bf9eaf664280116a8688f63016e6b32db2505908e2bdaca1b6438142f2", size = 1766854, upload-time = "2026-06-07T21:06:45.391Z" },
+ { url = "https://files.pythonhosted.org/packages/b5/d3/d9fe1c9ec7557ab4d0d82bebaa728c6418f0b93295ec2f4ab015f7710cc7/aiohttp-3.14.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:f5e6ff2bdbb8f4cd3fbe41f99e25bbcd58e3bf9f13d3dd31a11e7917251cc77a", size = 1740884, upload-time = "2026-06-07T21:06:47.413Z" },
+ { url = "https://files.pythonhosted.org/packages/c1/dc/f2cecfaf9337ba3e63f181500814ff502aa3d00d9c7ec93a9d23d10a27b2/aiohttp-3.14.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2f73e01dc37122325caf079982621262f96d74823c179038a82fddfc50359264", size = 1810034, upload-time = "2026-06-07T21:06:50.165Z" },
+ { url = "https://files.pythonhosted.org/packages/66/d7/2ff65c5e65c0d7476daf7e15c032e0805e36811185b9623e3238ad6c763e/aiohttp-3.14.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:bb2c0c80d431c0d03f2c7dbf125150fedd4f0de17366a7ca33f7ccb822391842", size = 1904054, upload-time = "2026-06-07T21:06:52.035Z" },
+ { url = "https://files.pythonhosted.org/packages/20/9c/d445818389df371f56d141d881153ba23183c4735a03f7356ffb43f7757d/aiohttp-3.14.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3e6fc1a85fa7194a1a7d19f44e8609180f4a8eb5fa4c7ed8b4355f080fad235c", size = 1790278, upload-time = "2026-06-07T21:06:54.049Z" },
+ { url = "https://files.pythonhosted.org/packages/4d/aa/bf04cb4d865fc6101c2229a294ad744973b72e513fdc5a6b791e6983d72a/aiohttp-3.14.1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:686b6c0d3911ec387b444ddf5dc62fb7f7c0a7d5186a7861626496a5ab4aff95", size = 1591795, upload-time = "2026-06-07T21:06:55.911Z" },
+ { url = "https://files.pythonhosted.org/packages/dc/b4/4dac0038960427ba832f6609dfb4ea5437d7fd80c72001b9e48f834f428b/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:c6fa4dc7ad6f8109c70bb1499e589f76b0b792baf39f9b017eb92c8a81d0a199", size = 1728397, upload-time = "2026-06-07T21:06:57.777Z" },
+ { url = "https://files.pythonhosted.org/packages/2b/f9/7cd4e8ad7aa3b75f17d56bb5498dd604a93d4e6eece822ba0568c413fff0/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:87a5eea1b2a5e21e1ebdbb33ad4165359189327e63fc4e4894693e7f821ac817", size = 1766504, upload-time = "2026-06-07T21:07:00.009Z" },
+ { url = "https://files.pythonhosted.org/packages/f9/df/fc01d9fcad0f73fed3f3d361f1f94f975947b50dff82919f6dc2bf4316cc/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:1c1421eb01d4fd608d88cc8290211d177a58532b55ad94076fb349c5bf467f0a", size = 1777806, upload-time = "2026-06-07T21:07:02.064Z" },
+ { url = "https://files.pythonhosted.org/packages/41/09/47e2d090bddcc8fb4ccb4c314aadc32d7c5d9bb55f50f6ad1c92fc15d501/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:34b257ec41345c1e8f2df68fa908a7952f5de932723871eb633ecbbff396c9a4", size = 1580707, upload-time = "2026-06-07T21:07:03.942Z" },
+ { url = "https://files.pythonhosted.org/packages/3d/36/f1a4ce904ae0b6930cfe9afc96d0896f7ec1a620c400405d63783bb95a9c/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:de538791a80e5d862addbc183f70f0158ac9b9bb872bb147f1fd2a683691e087", size = 1798121, upload-time = "2026-06-07T21:07:05.987Z" },
+ { url = "https://files.pythonhosted.org/packages/70/0a/e0075ce9ca0279ee1d4f0c0b85f54fea02ebc83c3007651a72bece658fec/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:6f71173be42d3241d428f760122febb748de0623f44308a6f120d0dd9ec572e3", size = 1767580, upload-time = "2026-06-07T21:07:07.873Z" },
+ { url = "https://files.pythonhosted.org/packages/3e/61/a0c0a8f327a9c52095cdd8e312391b00d3ed64ab6c72bb5c33d8ec251cf7/aiohttp-3.14.1-cp312-cp312-win32.whl", hash = "sha256:ec8dc383ee57ea3e883477dcca3f11b65d58199f1080acaf4cd6ad9a99698be4", size = 452771, upload-time = "2026-06-07T21:07:09.669Z" },
+ { url = "https://files.pythonhosted.org/packages/df/d9/ea367c75f16ac9c6cdc8febb25e8318fa21a2b1bc8d6514d4b2d890bface/aiohttp-3.14.1-cp312-cp312-win_amd64.whl", hash = "sha256:2aa92c87868cd13674989f9ee83e5f9f7ea4237589b728048e1f0c8f6caa3271", size = 479873, upload-time = "2026-06-07T21:07:11.538Z" },
+ { url = "https://files.pythonhosted.org/packages/03/64/8d96784a7851156db8a4c6c3f6f91042fdf39fb15a4cc38c8b3c14833c45/aiohttp-3.14.1-cp312-cp312-win_arm64.whl", hash = "sha256:2c840c90759922cb5e6dda94596e079a30fb5a5ba548e7e0dc00574703940847", size = 448073, upload-time = "2026-06-07T21:07:13.637Z" },
+ { url = "https://files.pythonhosted.org/packages/bc/97/bd137012dd97e1649162b099135a80e1fd59aaa807b2430fc448d1029aff/aiohttp-3.14.1-cp313-cp313-android_21_arm64_v8a.whl", hash = "sha256:b3a03285a7f9c7b016324574a6d92a1c895da6b978cb8f1deee3ac72bc6da178", size = 506882, upload-time = "2026-06-07T21:07:15.501Z" },
+ { url = "https://files.pythonhosted.org/packages/ef/79/e5cc690e9d922a66887ceeaca53a8ffd5a7b0be3816142b7abc433742d89/aiohttp-3.14.1-cp313-cp313-android_21_x86_64.whl", hash = "sha256:2a73f487ab8ef5abbb24b7aa9b73e98eaba9e9e031804ff2416f02eca315ccaf", size = 515270, upload-time = "2026-06-07T21:07:17.53Z" },
+ { url = "https://files.pythonhosted.org/packages/fe/22/a73ccbf9dbd6e26dda0b24d5fd5db7da92ee3383a79f47677ffb834c5c5b/aiohttp-3.14.1-cp313-cp313-ios_13_0_arm64_iphoneos.whl", hash = "sha256:915fbb7b41b115192259f8c9ae58f3ddc444d2b5579917270211858e606a4afd", size = 485841, upload-time = "2026-06-07T21:07:19.555Z" },
+ { url = "https://files.pythonhosted.org/packages/3b/b9/57ed8eaf596321c2ad747bd480fb1700dbd7177c60dfc9e4c187f629662e/aiohttp-3.14.1-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:7fb4bdf95b0561a79f259f9d28fbc109728c5ee7f27aff6391f0ca703a329abe", size = 492088, upload-time = "2026-06-07T21:07:21.581Z" },
+ { url = "https://files.pythonhosted.org/packages/78/c0/5ebe5270a7c140d7c6f79dcb018640225f14d406c149e4eec04a7d82fe71/aiohttp-3.14.1-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:1b9748363260121d2927704f5d4fc498150669ca3ae93625986ee89c8f80dcd4", size = 501564, upload-time = "2026-06-07T21:07:23.388Z" },
+ { url = "https://files.pythonhosted.org/packages/75/7f/8cdaa24fc7983865e0915153b96a9ac5bcdd3548d64c5a27d17cecccad2d/aiohttp-3.14.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:86a6dab78b0e43e2897a3bbe15745aa60dc5423ca437b7b0b164c069bf91b876", size = 751998, upload-time = "2026-06-07T21:07:25.046Z" },
+ { url = "https://files.pythonhosted.org/packages/b2/f4/c4227aacfacc5cb0cc2d119b65301d177912a6842cd64e120c47af76064f/aiohttp-3.14.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:4dfd6e47d3c44c2279907607f73a4240b88c69eb8b90da7e2441a8045dfd21da", size = 510918, upload-time = "2026-06-07T21:07:27.28Z" },
+ { url = "https://files.pythonhosted.org/packages/ab/01/a2d5f96cd4e74424864d30bc0a7e44d0a12dacdcfa91b5b2d1bd3dca6bf3/aiohttp-3.14.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:317acd9f8602858dc7d59679812c376c7f0b97bcbbf16e0d6237f54141d8a8a6", size = 508657, upload-time = "2026-06-07T21:07:29.252Z" },
+ { url = "https://files.pythonhosted.org/packages/e8/ed/3c0fb5c500fdd8e7ebc10d1889c04384fffa1a9163eac1356088ca9da1b1/aiohttp-3.14.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bd869c427324e5cb15195793de951295710db28be7d818247f3097b4ab5d4b96", size = 1757907, upload-time = "2026-06-07T21:07:31.03Z" },
+ { url = "https://files.pythonhosted.org/packages/0b/ab/d4c924d9bd5be3050c226612413ce68cb54c70d2c31b661bfc8d9a5b6a70/aiohttp-3.14.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:93b032b5ec3255473c143627d21a69ac74ae12f7f33974cb587c564d11b1066f", size = 1737565, upload-time = "2026-06-07T21:07:33.031Z" },
+ { url = "https://files.pythonhosted.org/packages/19/2a/37326821ff779084020cdc33224d20b19f42f4183a500ff92022a739eda7/aiohttp-3.14.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f234b4deb12f3ad59127e037bc57c40c21e45b45282df7d3a55a0f409f595296", size = 1799018, upload-time = "2026-06-07T21:07:35.003Z" },
+ { url = "https://files.pythonhosted.org/packages/b3/4f/6e947ba73e4ce09070761c05ed3a8ceb7c21f5e46798671d8b2aac0e4626/aiohttp-3.14.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:9af6779bfb46abf124068327abcdf9ce95c9ef8287a3e8da76ccf2d0f16c28fa", size = 1894416, upload-time = "2026-06-07T21:07:36.956Z" },
+ { url = "https://files.pythonhosted.org/packages/9d/6e/dbf1d0625dc711fb2851f4f3c3055c39ed58bae92082d8c627dbe6013736/aiohttp-3.14.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:faccab372e66bc76d5731525e7f1143c922271725b9d38c9f97edcc66266b451", size = 1783881, upload-time = "2026-06-07T21:07:39.063Z" },
+ { url = "https://files.pythonhosted.org/packages/44/c2/5e25098a67268ed369483ae7d1a58bd0a13d03aab860d2a0e4a6eb25b046/aiohttp-3.14.1-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f380468b09d2a81633ee863b0ec5648d364bd17bb8ecfb8c2f387f7ac1faf42c", size = 1587572, upload-time = "2026-06-07T21:07:41.058Z" },
+ { url = "https://files.pythonhosted.org/packages/2a/bd/cf9cee17e140f942a3de73e658a543aa8fbf35a5fc67a9d2538d52d77f0b/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:97e704dcd26271f5bda3fa07c3ce0fb76d6d3f8659f4baa1a24442cc9ba177ca", size = 1722137, upload-time = "2026-06-07T21:07:43.014Z" },
+ { url = "https://files.pythonhosted.org/packages/89/6d/5684f8c59045c96f81a18cefbc1fbbd79d25b88f1c622f2a5c5c08fcb632/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:269b76ac5394092b95bc4a098f4fc6c191c083c3bd12775d1e30e663132f6a09", size = 1755953, upload-time = "2026-06-07T21:07:45.933Z" },
+ { url = "https://files.pythonhosted.org/packages/a8/40/35caf3170f8359760740a7d9aa0fff2e344bef98e1d1186f5a0f6dec17e6/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:5c0b3e614340c889d575451696374c9d17affd54cd607ca0babed8f8c37b9397", size = 1766479, upload-time = "2026-06-07T21:07:48.047Z" },
+ { url = "https://files.pythonhosted.org/packages/6d/a1/b0c61e7a137f0d81de49a82023a6df73c3c16d6fefb0f8e4a93d21639002/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:5663ee9257cfa1add7253a7da3035a02f31b6600ec48261585e1800a81533080", size = 1580077, upload-time = "2026-06-07T21:07:50.069Z" },
+ { url = "https://files.pythonhosted.org/packages/0b/41/194ea4623693009fcefebef7aef63c141754f153e9cd0d39d3b9e36c175c/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:603a2c834142172ffddc054067f5ec0ca65d57a0aa98a71bc81952573208e345", size = 1791688, upload-time = "2026-06-07T21:07:52.106Z" },
+ { url = "https://files.pythonhosted.org/packages/ba/45/4de841f005cfe1fd63e2a2fe011262c515e2a62aa6994b15947e7d717ac9/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:cb21957bb8aca671c1765e32f58164cf0c50e6bf41c0bbbd16da20732ecaf588", size = 1761094, upload-time = "2026-06-07T21:07:54.113Z" },
+ { url = "https://files.pythonhosted.org/packages/e4/ae/dbce10533d3896d544d5053939ed75b7dc31a1b0973d959b1b5ae21028d6/aiohttp-3.14.1-cp313-cp313-win32.whl", hash = "sha256:e509a55f681e6158c20f70f102f9cf61fb20fbc382272bc6d94b7343f2582780", size = 452662, upload-time = "2026-06-07T21:07:56.06Z" },
+ { url = "https://files.pythonhosted.org/packages/7b/d9/0bf1a19362c32f06229da5e7ddfcec91f93474d6307f7a2d3135e9c674dc/aiohttp-3.14.1-cp313-cp313-win_amd64.whl", hash = "sha256:1ac8531b638959718e18c2207fbfe297819875da46a740b29dfa29beba64355a", size = 479748, upload-time = "2026-06-07T21:07:58.319Z" },
+ { url = "https://files.pythonhosted.org/packages/22/0a/62e7232dc9484fbec112ceb32efb6a624cc7994ec6e2b019286f17c4e8f2/aiohttp-3.14.1-cp313-cp313-win_arm64.whl", hash = "sha256:250d14af67f6b6a1a4a811049b1afa69d61d617fca6bf33149b3ab1a6dbcf7b8", size = 447723, upload-time = "2026-06-07T21:08:00.154Z" },
+ { url = "https://files.pythonhosted.org/packages/c4/a1/5fafa04e1ca91ddb47608699d60649c1c6db3cf41c99e78fc4056f9513db/aiohttp-3.14.1-cp314-cp314-android_24_arm64_v8a.whl", hash = "sha256:7c106c26852ca1c2047c6b80384f17100b4e439af276f21ef3d4e2f450ae7e15", size = 508531, upload-time = "2026-06-07T21:08:02.093Z" },
+ { url = "https://files.pythonhosted.org/packages/fa/2e/bfa02f699d87ffc86d5959270b28f1cb410add3ccaced8ed2e0b8a5238fc/aiohttp-3.14.1-cp314-cp314-android_24_x86_64.whl", hash = "sha256:20205f7f5ade7aaec9f4b500549bbc071b046453aed72f9c06dcab87896a83e8", size = 514718, upload-time = "2026-06-07T21:08:04.476Z" },
+ { url = "https://files.pythonhosted.org/packages/85/a5/9594ad6289eebbc97d167c44213d557807f90e59115caad24de21ad2c3b1/aiohttp-3.14.1-cp314-cp314-ios_13_0_arm64_iphoneos.whl", hash = "sha256:62a759436b29e677181a9e76bab8b8f689a29cb9c535f45f7c48c9c830d3f8c3", size = 487918, upload-time = "2026-06-07T21:08:06.377Z" },
+ { url = "https://files.pythonhosted.org/packages/b4/61/16a32c36c3c49edec122a3dc811f2057df2f94d3b14aa107c8017d981618/aiohttp-3.14.1-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:2964cbf553df4d7a57348da44d961d871895fc1ee4e8c322b2a95612c7b17fba", size = 494014, upload-time = "2026-06-07T21:08:08.263Z" },
+ { url = "https://files.pythonhosted.org/packages/9b/89/3ebcf96ed99c05bec9c434aaac6963fd3cbab4a786ae739908a144d9ce44/aiohttp-3.14.1-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:237651caadc3a59badd39319c54642b5299e9cc98a3a194310e55d5bb9f5e397", size = 502398, upload-time = "2026-06-07T21:08:10.244Z" },
+ { url = "https://files.pythonhosted.org/packages/fd/3d/b74870a0c2d40c355928cd5b96c7a11fa821b8a40fc41365e64479b151fb/aiohttp-3.14.1-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:896e12dfdbbab9d8f7e16d2b28c6769a60126fa92095d1ebf9473d02593a2448", size = 758018, upload-time = "2026-06-07T21:08:12.447Z" },
+ { url = "https://files.pythonhosted.org/packages/d3/66/f42f5c984d99e49c6cff5f26f590750f2e2f7ef1fcfb99966ab5be1b632e/aiohttp-3.14.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:d03f281ed22579314ba00821ce20115a7c0ac430660b4cc05704a3f818b3e004", size = 512462, upload-time = "2026-06-07T21:08:14.624Z" },
+ { url = "https://files.pythonhosted.org/packages/e9/a7/248e1aebe0c7810b0271e021a0f2a5eb6e78a051885b3c9df49f42a5802d/aiohttp-3.14.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:07eabb979d236335fed927e137a928c9adfb7df3b9ec7aa31726f133a62be983", size = 512824, upload-time = "2026-06-07T21:08:16.572Z" },
+ { url = "https://files.pythonhosted.org/packages/26/97/2aa0e5ba0727dc3bd5aaebb7ccbc510f7dfb7fb961ec87497cd496635ab1/aiohttp-3.14.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4fe1f1087cbadb280b5e1bb054a4f00d1423c74d6626c5e48400d871d34ecefe", size = 1749898, upload-time = "2026-06-07T21:08:18.635Z" },
+ { url = "https://files.pythonhosted.org/packages/00/8d/e97f6c96c891d457c8479d92a514ba194d0412f981d72c70341ee18488ed/aiohttp-3.14.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:367a9314fdc79dab0fac96e216cb41dd73c85bdca85306ce8999118ba7e0f333", size = 1710114, upload-time = "2026-06-07T21:08:20.892Z" },
+ { url = "https://files.pythonhosted.org/packages/6f/e6/aa8d7e863048c8fceb5cd6ce74017311cec3ead07847387e12265fb4444e/aiohttp-3.14.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a24f677ebe83749039e7bdf862ff0bbb16818ae4193d4ef96505e269375bcce0", size = 1802541, upload-time = "2026-06-07T21:08:23.044Z" },
+ { url = "https://files.pythonhosted.org/packages/83/a8/72193137de57fda4ebfae4563182d082c8856e3b6e9871d0b46f028fb369/aiohttp-3.14.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:c83afe0ba876be7e943d2e0ba645809ad441575d2840c895c21ee5de93b9377a", size = 1875776, upload-time = "2026-06-07T21:08:25.288Z" },
+ { url = "https://files.pythonhosted.org/packages/a0/18/938441025db6769a3464596b2410af3afde0b21eb2f204c6f766f68af4bd/aiohttp-3.14.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:634e385930fb6d2d479cf3aa66515955863b77a5e3c2b5894ca259a25b308602", size = 1760329, upload-time = "2026-06-07T21:08:27.363Z" },
+ { url = "https://files.pythonhosted.org/packages/60/29/bf2496b4065e76e09fe48015aaffe5ce161d8f089b06ac6982070f653076/aiohttp-3.14.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:eeea07c4397bbc57719c4eed8f9c284874d4f175f9b6d57f7a1546b976d455ca", size = 1587293, upload-time = "2026-06-07T21:08:29.805Z" },
+ { url = "https://files.pythonhosted.org/packages/49/a2/2136674d52123b1354bd05dd5753c318db47dc0c927cc70b27bab3755456/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:335c0cc3e3545ce98dcb9cfcb836f40c3411f43fa03dab757597d80c89af8a35", size = 1714756, upload-time = "2026-06-07T21:08:32.094Z" },
+ { url = "https://files.pythonhosted.org/packages/a7/b9/e5fd2e6f915503081c0f9b1e8540947037929c70c191da2e4d54b31a21a1/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:ae6be797afdef264e8a84864a85b196ca06045586481b3df8a967322fd2fa844", size = 1721052, upload-time = "2026-06-07T21:08:34.167Z" },
+ { url = "https://files.pythonhosted.org/packages/63/5a/2833e324a2263e104e31e2e91bc5bbee81bc499afd32203faee048a883f0/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:8560b4d712474335d08907db7973f71912d3a9a8f1dee992ec06b5d2fe359496", size = 1766888, upload-time = "2026-06-07T21:08:36.95Z" },
+ { url = "https://files.pythonhosted.org/packages/57/fa/dea6511870913162f3b2e8c42a7614eb203a4540b8c2da43e0bfb0548f3c/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7edd08e0a5deb1e8564a2fcd8f4561014a3f05252334671bbf55ddd47db0e5", size = 1581679, upload-time = "2026-06-07T21:08:39.292Z" },
+ { url = "https://files.pythonhosted.org/packages/14/bd/3cf0d55e71784b33534e9710a67d382d900598b4787fbce6cc7317f8c42a/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:b6ff7fcee63287ae57b5df3e4f5957ce032122802509246dec1a5bcc55904c95", size = 1782021, upload-time = "2026-06-07T21:08:41.407Z" },
+ { url = "https://files.pythonhosted.org/packages/c1/af/14bb5843eccbe234f4dfb78ab73e549d99727247e62ae5d62cbd22eaf5b0/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:6ffbb2f4ec1ceaff7e07d43922954da26b223d188bf30658e561b98e23089444", size = 1742574, upload-time = "2026-06-07T21:08:43.795Z" },
+ { url = "https://files.pythonhosted.org/packages/f2/1e/fbeb7af9210a67ac0f9c9bec0f8f4568497924e33137a3d5b48e1cf85f3f/aiohttp-3.14.1-cp314-cp314-win32.whl", hash = "sha256:a9875b46d910cff3ea2f5962f9d266b465459fe634e22556ab9bd6fc1192eea0", size = 457773, upload-time = "2026-06-07T21:08:46.168Z" },
+ { url = "https://files.pythonhosted.org/packages/f0/2b/13e8d741a9ec5db7d900c060554cf8352ab85e44e2a4469ebb9d377bda17/aiohttp-3.14.1-cp314-cp314-win_amd64.whl", hash = "sha256:af8b4b81a960eeaf1234971ac3cd0ba5901f3cd42eae42a46b4d089a8b492719", size = 485001, upload-time = "2026-06-07T21:08:48.401Z" },
+ { url = "https://files.pythonhosted.org/packages/df/30/491acfa2c4d6c3ff59c49a14fc1b50be3241e25bbb0c84c09e2da4d11395/aiohttp-3.14.1-cp314-cp314-win_arm64.whl", hash = "sha256:cf4491381b1b57425c315a56a439251b1bdac07b2275f19a8c44bc57744532ec", size = 453809, upload-time = "2026-06-07T21:08:50.7Z" },
+ { url = "https://files.pythonhosted.org/packages/34/e3/19dbe1a1f4cc6230eb9e314de7fe68053b0992f9302b27d12141a0b5db53/aiohttp-3.14.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:819c054312f1af92947e6a55883d1b66feefab11531a7fc45e0fb9b63880b5c2", size = 793320, upload-time = "2026-06-07T21:08:52.775Z" },
+ { url = "https://files.pythonhosted.org/packages/7f/20/1b7182219ba1b108430d6e4dc53d25ae02dcfcf5a045b33af4e8c5167527/aiohttp-3.14.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:10ee9c1753a8f706345b22496c79fbddb5be0599e0823f3738b1534058e25340", size = 529077, upload-time = "2026-06-07T21:08:55Z" },
+ { url = "https://files.pythonhosted.org/packages/b9/c8/14ce60ec31a2e5f5274bb17d383a6f7a3aabca31ac04eee05585bbadab16/aiohttp-3.14.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1601cc37baf5750ccacae618ec2daf020769581695550e3b654a911f859c563d", size = 532476, upload-time = "2026-06-07T21:08:57.176Z" },
+ { url = "https://files.pythonhosted.org/packages/7e/02/9ac85e081e53da2e061b02fa7758fe0a12d17b8ce2d1f5e6c7cb76730328/aiohttp-3.14.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4d6e0ac9da31c9c04c84e1c0182ad8d6df35965a85cae29cd71d089621b3ae94", size = 1922347, upload-time = "2026-06-07T21:08:59.563Z" },
+ { url = "https://files.pythonhosted.org/packages/c0/3e/d3ba07a0ab38b5389e10bec4362d21e10a4f667cba2d79ba30837b3a5059/aiohttp-3.14.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9e8f2d660c350b3d0e259c7a7e3d9b7fc8b41210cbcc3d4a7076ff0a5e5c2fdc", size = 1786465, upload-time = "2026-06-07T21:09:01.909Z" },
+ { url = "https://files.pythonhosted.org/packages/0b/cb/e2ee978a00cfb2df829704a69528b18154eba5939f45bc1efa8f33aee4c5/aiohttp-3.14.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4691802dda97be727f79d86818acaad7eb8e9252626a1d6b519fedbb92d5e251", size = 1909423, upload-time = "2026-06-07T21:09:04.357Z" },
+ { url = "https://files.pythonhosted.org/packages/73/5d/1430334858b1022b58ae50399a918f0bd6fe8fa7fa183598d657ff61e040/aiohttp-3.14.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:c389c482a7e9b9dc3ee2701ac46c4125297a3818875b9c305ddb603c04828fd1", size = 2001906, upload-time = "2026-06-07T21:09:06.722Z" },
+ { url = "https://files.pythonhosted.org/packages/66/4e/560c7472d3d198a23aa5c8b19a5115bf6a9b77b7d3e4bb363da320430ad2/aiohttp-3.14.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fc0cacab7ba4e56f0f81c82a98c09bed2f39c940107b03a34b168bdf7597edd3", size = 1877095, upload-time = "2026-06-07T21:09:09.011Z" },
+ { url = "https://files.pythonhosted.org/packages/0d/f1/4745806578d447db4a784a8591e2dae3afdfc2bcb96f8f81271b13df6543/aiohttp-3.14.1-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:979ed4717f59b8bb12e3963378fa285d93d367e15bcd66c721311826d3c44a6c", size = 1676222, upload-time = "2026-06-07T21:09:11.461Z" },
+ { url = "https://files.pythonhosted.org/packages/6a/c9/48255813cca749a229ef0ab476004ec623728ad79a9c0840616f6c076325/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:38e1e7daaea81df51c952e18483f323d878499a1e2bfe564790e0f9701d6f203", size = 1842922, upload-time = "2026-06-07T21:09:14.118Z" },
+ { url = "https://files.pythonhosted.org/packages/3d/c0/bbd054e2bee909f529523a5af3891052606af5143c09f5f183ec3b234676/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:4132e72c608fe9fecb8f409113567605915b83e9bdd3ea56538d2f9cd35002f1", size = 1825035, upload-time = "2026-06-07T21:09:16.447Z" },
+ { url = "https://files.pythonhosted.org/packages/a8/ae/90395d4376deceb74e09ec26b6adf7d2015a6f8802d6d84446af860fef04/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:eefd9cc9b6d4a2db5f00a26bc3e4f9acf71926a6ec557cd56c9c6f27c290b665", size = 1849512, upload-time = "2026-06-07T21:09:18.742Z" },
+ { url = "https://files.pythonhosted.org/packages/93/bd/fb25f3049957553d4ce0ba6ae480aa2f592a6985497fca590837d16c1be0/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:b165790117eea512d7f3fb22f1f6dad3d55a7189571993eb015591c1401276d1", size = 1668571, upload-time = "2026-06-07T21:09:21.458Z" },
+ { url = "https://files.pythonhosted.org/packages/3f/22/7f73303d64dd567ff3addca90b556690ed1233a47b8f55d242fb90af3681/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:ed09c7eb1c391271c2ed0314a51903e72a3acb653d5ccfc264cdf3ef11f8269d", size = 1881159, upload-time = "2026-06-07T21:09:23.813Z" },
+ { url = "https://files.pythonhosted.org/packages/44/be/0474c5a8b5640e1e4aa1923430a91f4151be82e511373fe764189b89aef5/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:99abd37084b82f5830c635fddd0b4993b9742a66eb746dacf433c8590e8f9e3c", size = 1841409, upload-time = "2026-06-07T21:09:26.207Z" },
+ { url = "https://files.pythonhosted.org/packages/7b/3c/bb4a7cba26956cb3da4553cc2056cf67be5b5ff6e6d8fa4fbdff73bfb7ae/aiohttp-3.14.1-cp314-cp314t-win32.whl", hash = "sha256:47ddf841cdecc810749921d25606dee45857d12d2ad5ddb7b5bd7eab12e4b365", size = 494166, upload-time = "2026-06-07T21:09:28.505Z" },
+ { url = "https://files.pythonhosted.org/packages/8a/84/ec80c2c1f66a952555a9f86df6b33af65108a6febfa0471b69013a12f807/aiohttp-3.14.1-cp314-cp314t-win_amd64.whl", hash = "sha256:5e78b522b7a6e27e0b25d19b247b75039ac4c94f99823e3c9e53ae1603a9f7e9", size = 530255, upload-time = "2026-06-07T21:09:30.843Z" },
+ { url = "https://files.pythonhosted.org/packages/2a/71/6e22be134a4061ada85a92951b842f2657f17d926b727f3f94c56ae963d6/aiohttp-3.14.1-cp314-cp314t-win_arm64.whl", hash = "sha256:90d53f1609c29ccc2193945ef732428382a28f78d0456ae4d3daf0d48b74f0f6", size = 469640, upload-time = "2026-06-07T21:09:33.028Z" },
]
[[package]]
@@ -600,61 +600,58 @@ toml = [
[[package]]
name = "cryptography"
-version = "48.0.1"
+version = "49.0.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/12/45/870e7f4bef50e5f53b9f51d4428aee5290eedf58ba443f16b1ebb7ab8e66/cryptography-48.0.1.tar.gz", hash = "sha256:266f4ee051abb2f725b74ef8072b521ce1feacf685a3364fa6a6b45548db791a", size = 832989, upload-time = "2026-06-09T22:32:31.8Z" }
-wheels = [
- { url = "https://files.pythonhosted.org/packages/1b/bc/ee4137cbbe105652c0ee4252792b78fc8e7afa4b8e61d9d5dc05a7f45731/cryptography-48.0.1-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:3e4a1a3232eef2e6c732827d5722db29a0cc8b27af2a4d865b094cf954be9ca1", size = 8008324, upload-time = "2026-06-09T22:31:00.702Z" },
- { url = "https://files.pythonhosted.org/packages/d5/85/6379d42181bfc713094f081360fc5784d6c816b599d45e7f082502d173ce/cryptography-48.0.1-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:32143b24adb918f078134e1e230f1eb8cc04886b92c28b5f0041aaf3e5699225", size = 4696243, upload-time = "2026-06-09T22:32:33.446Z" },
- { url = "https://files.pythonhosted.org/packages/9c/87/c85d147b53323c7eb4d850920c8901377323c2a0ff8d79c262d4fee89aa2/cryptography-48.0.1-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:f0d27a5696721ef7a672b8c810f6aded391058e0b9486e63e6d93baf765da691", size = 4713235, upload-time = "2026-06-09T22:31:40.141Z" },
- { url = "https://files.pythonhosted.org/packages/79/58/67cbf8cf1ee7c54b439ca07bbecf8362c07afc11a3724fea70f745784add/cryptography-48.0.1-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:eb86ce1af36fe65041b6db9a8bb064ee621a7e5fded0f80d475ec243477cd242", size = 4702323, upload-time = "2026-06-09T22:31:42.191Z" },
- { url = "https://files.pythonhosted.org/packages/89/c6/24266ac10c47f6cd2a865f4446062b466da1d1f10b27189eac00e61bf0c9/cryptography-48.0.1-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:b024e784ad6c077ee0147b35ea9cbfc1e34e1fd4c1dcca214c2794d73a12df08", size = 5300085, upload-time = "2026-06-09T22:31:58.703Z" },
- { url = "https://files.pythonhosted.org/packages/d2/bb/cc4b78784f97efc8c5874c2a9743708d172be6663024b34a0467885ae0c8/cryptography-48.0.1-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3752f2dbc8f07a30aad2932c986cea495b03bb554887828225da104f732852b6", size = 4746137, upload-time = "2026-06-09T22:31:31.01Z" },
- { url = "https://files.pythonhosted.org/packages/1f/52/0c44de3f5267f8fbe8e835138017522a333436166e406f0db9b9e6e3033f/cryptography-48.0.1-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:bd81490cd5801d755cf97bb68ac191f14b708470b1c7cf4580f669b9c9264cd8", size = 4333867, upload-time = "2026-06-09T22:32:28.096Z" },
- { url = "https://files.pythonhosted.org/packages/9a/2e/772d7adbfa931537bc401640b7cac9976bff689bda187833e5d63b428e49/cryptography-48.0.1-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:66fd0771e7b9c6dcd44cf1120690d2338d16d72795cf40cae2786a39eba65429", size = 4701805, upload-time = "2026-06-09T22:31:38.284Z" },
- { url = "https://files.pythonhosted.org/packages/f8/a3/b06844f303873493c963caf581c04df31c7035e0c1b0f02c4814d319ec80/cryptography-48.0.1-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:3fd2ca57062b241c856670b073487d2e86c4637937ca5601e48f97bf8e11fc8f", size = 5258461, upload-time = "2026-06-09T22:31:04.187Z" },
- { url = "https://files.pythonhosted.org/packages/9f/13/8b765e2e12b07c74941caadb9d1c8fdc006c4dfbf2b8f2d610519758954d/cryptography-48.0.1-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:0ee6ea481db1ab889cba043ec1eda17bb9c1ea79db6722f779c3667f9f70322f", size = 4745488, upload-time = "2026-06-09T22:32:30.07Z" },
- { url = "https://files.pythonhosted.org/packages/2e/aa/48972bce55049b32a94f4907eda4d75fa385aad8a39506cc2fc72196ecf0/cryptography-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:f2ceef93cb096aa3c4cc4b5c94ca6131f9196d28c64d6111533402a9b2054d41", size = 4830256, upload-time = "2026-06-09T22:31:43.868Z" },
- { url = "https://files.pythonhosted.org/packages/47/a2/e5079a032fb85cf6005046ca92bbd78b0c82dad2b5751ab8c311659da06f/cryptography-48.0.1-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:9bd3f92d76217892b15df84ca256c2c113d386fdda7a7d8691aeeced976507c6", size = 4979117, upload-time = "2026-06-09T22:31:05.845Z" },
- { url = "https://files.pythonhosted.org/packages/b7/a0/8f50cae9c74e718ed769d63ed5c74bd0ea830c9550a74629cebd1b9c7bc7/cryptography-48.0.1-cp311-abi3-win32.whl", hash = "sha256:b9a32b876490d66c8bcc9963ef220199569748434ab01a9d6aaeabf88e7f5158", size = 3304154, upload-time = "2026-06-09T22:32:16.845Z" },
- { url = "https://files.pythonhosted.org/packages/c5/69/0572c77dbace6fef72f33755bd52ea399c71367250d366237f8691826b9e/cryptography-48.0.1-cp311-abi3-win_amd64.whl", hash = "sha256:39489bfca54c7a1f6b297efcd8bc608ab92d16c4ca631b0cad4da46724588b24", size = 3817138, upload-time = "2026-06-09T22:32:00.388Z" },
- { url = "https://files.pythonhosted.org/packages/42/06/3e768b4c3bc78201583fa35a0e18f640dd782ff41afba88f8545481a8874/cryptography-48.0.1-cp314-cp314t-macosx_10_9_universal2.whl", hash = "sha256:f817adc181390bd54f2f700107a7419040fb7c1bdf2fc26f36551a06a68c3345", size = 7989830, upload-time = "2026-06-09T22:31:07.8Z" },
- { url = "https://files.pythonhosted.org/packages/8a/13/6476736484b94041110c8340a3eb63962fea4975baea8cb4a512adb44d4d/cryptography-48.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d5d30989c6917b478b5817902e85fddaea2261efa8648383d965381ccb9e1ac4", size = 4689201, upload-time = "2026-06-09T22:31:09.745Z" },
- { url = "https://files.pythonhosted.org/packages/79/62/65a87f34d2a431546e2509b85d55e8c90df86d668f6731da64d538512ac2/cryptography-48.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:df637c05205ea7c1d7fbcbe54bbfea648a52951155f997af13d895d0ecc96991", size = 4702822, upload-time = "2026-06-09T22:32:24.409Z" },
- { url = "https://files.pythonhosted.org/packages/7f/59/810b5204b0a9b10f4b6bc06bd551a8b609803cd931806bc3b71884b225e5/cryptography-48.0.1-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:869c3b8a53bfe27147832df48b32adadf558249d50e76cb3769d40e986b13265", size = 4694875, upload-time = "2026-06-09T22:32:08.737Z" },
- { url = "https://files.pythonhosted.org/packages/24/dc/d8ca05ffea724eec6d232ea6f18e74c269eb6bdfdcc9bfba689790d1325f/cryptography-48.0.1-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:e361afba8918070d376df76f408a4f67fec0ee9cff81a99e48fe9a233ef59e17", size = 5290385, upload-time = "2026-06-09T22:31:15.212Z" },
- { url = "https://files.pythonhosted.org/packages/03/8c/3be6cb4da181f5bb6c19cf560c2359d60644a6b5fc5b57854e528f47b296/cryptography-48.0.1-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:d069066deead00ac7f090be101be875a06855908f7ec004c27b8fefb4acfb411", size = 4737082, upload-time = "2026-06-09T22:32:22.66Z" },
- { url = "https://files.pythonhosted.org/packages/aa/f6/d5f60a5a1434dbfd949e227fd0065d194c7e6b6ac526b17f5c06152b8231/cryptography-48.0.1-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:09f73a725d582cef64b91281a322cd798d14a33b2b6f2b7ad9531dc336d84c02", size = 4325328, upload-time = "2026-06-09T22:32:10.777Z" },
- { url = "https://files.pythonhosted.org/packages/17/b7/ba75dd947a14b6ad907b01ae8f6b5b348cdd1b48142f0063dee9e20c1d9d/cryptography-48.0.1-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:15254441469dd6bf027039453288e2072124f8b6603563f5d759e1c9b69273fa", size = 4694530, upload-time = "2026-06-09T22:31:53.105Z" },
- { url = "https://files.pythonhosted.org/packages/62/29/50d6b9e8aff12d8b67afaeb3569335e32dc83a5723e3bbded24fdac9f809/cryptography-48.0.1-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:8ace4507d1e6533c125f4fac754f8bb8b6a74c08e92179dabd7e16571a3efbf3", size = 5245046, upload-time = "2026-06-09T22:31:25.774Z" },
- { url = "https://files.pythonhosted.org/packages/9f/04/618f4115cfc0add0838c82507aa18a346089428da8653ad38b3ff36f5cb3/cryptography-48.0.1-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:b4e391975f038e66432328639620a4aff2d307513b004f1ca06d6225bced815c", size = 4736660, upload-time = "2026-06-09T22:32:12.676Z" },
- { url = "https://files.pythonhosted.org/packages/24/9c/06e062462a0de28a3b3911322eded4c16deb9f441b1b7575d3dc59488ab5/cryptography-48.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:42fcd8e26fe555d9b3577a135f5091fefa0aa4e99129c23fb56787a1bd4ada72", size = 4822229, upload-time = "2026-06-09T22:31:17.062Z" },
- { url = "https://files.pythonhosted.org/packages/f4/be/0561971eaaee4b8a0e7d5113c536921063ab91aaf23278ac374eaf881e11/cryptography-48.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c1400da5e32a43253392277eac7490a60e497d810a63dd5608d71bbd7af507c9", size = 4966364, upload-time = "2026-06-09T22:31:32.842Z" },
- { url = "https://files.pythonhosted.org/packages/a4/27/728c77876f12b000820b69ae490f3c4083775e79e07827e9e60be07ad209/cryptography-48.0.1-cp314-cp314t-win32.whl", hash = "sha256:0df56b056bc17c1b7d6821dfa65216e62bd232d8ab05eb3db44e71d235651471", size = 3278498, upload-time = "2026-06-09T22:31:29.154Z" },
- { url = "https://files.pythonhosted.org/packages/06/e3/79a612c6d7b1e6ee0edd43633d53035bec2cfb78c82b76f7864f39e36f34/cryptography-48.0.1-cp314-cp314t-win_amd64.whl", hash = "sha256:9de21387aa95e2a895823d0745b430bed4f33503ba9ab5e0b5311f33e37d66d2", size = 3798790, upload-time = "2026-06-09T22:31:56.697Z" },
- { url = "https://files.pythonhosted.org/packages/ca/6c/00fa2a95997164c8b2072ce327c23d4ab20809ccc323ea5fab91e53a4bba/cryptography-48.0.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:4fdc69f8e4316bcf0c8c8ec1f26f285d12e8142d88d96c876a59a03be3f6ae67", size = 7987408, upload-time = "2026-06-09T22:32:20.777Z" },
- { url = "https://files.pythonhosted.org/packages/b0/d9/45f309a7e4e5f3f8f121d6d3be9e94024a7726ec598d6e08ae04edb2f04d/cryptography-48.0.1-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:48fe40804d4caa2288f24e70ca8c64c42dd826da0ad7e4f1b41b2128d679e6c8", size = 4690196, upload-time = "2026-06-09T22:31:54.74Z" },
- { url = "https://files.pythonhosted.org/packages/5f/9f/a1bc8bcc798811b8527eb374bbccf30a3f3e806829d967118222bf1125eb/cryptography-48.0.1-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:86be3b1b0b6bf09482fb50a979c508d2950ed95f5621ec77f4e385962006b83a", size = 4696782, upload-time = "2026-06-09T22:31:45.615Z" },
- { url = "https://files.pythonhosted.org/packages/66/c2/81a4fb4e4373c500bb526bc337ac5719dd31dd15b970b84a238168c6aa08/cryptography-48.0.1-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:4ab0a343c807bbcd90c971cd1ecf072937cd01847a9e002bef88fb47ac6be577", size = 4696618, upload-time = "2026-06-09T22:31:11.564Z" },
- { url = "https://files.pythonhosted.org/packages/e5/0b/aa68b221dde92d09cb29a024ede17550ee21e77a404e59fc093c82bb51e1/cryptography-48.0.1-cp39-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:9621de99d2da096006b629979efd8ae7eb2d8b822488d0c89ee4000c306c59b1", size = 5289970, upload-time = "2026-06-09T22:31:20.368Z" },
- { url = "https://files.pythonhosted.org/packages/78/13/fba657f958d2af66ea959a4ba01212632089249d34af1ae48054136344d7/cryptography-48.0.1-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:88c852a0ae366e262e5a1744b685e6a433dc8788dd2a277e418bf4904203609d", size = 4731873, upload-time = "2026-06-09T22:31:22.253Z" },
- { url = "https://files.pythonhosted.org/packages/4c/4c/9a964756d24a26b3e34dfcb16f961b89838786e6700b635b0d1e3adff4b6/cryptography-48.0.1-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:43c5835e2cb98c8733d86f57d6fc879b613f5c3478607281c3e36daffc6dd8a6", size = 4330804, upload-time = "2026-06-09T22:31:36.56Z" },
- { url = "https://files.pythonhosted.org/packages/4b/0f/a10f3a6eb12950a10e3a874070283aa2dd5875b2bfd15fad8a3e17b3f13e/cryptography-48.0.1-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:fe0180af5bf9236518a087e35bf2d9a347d5f5f51e63c579d683ddff424e3d46", size = 4696217, upload-time = "2026-06-09T22:31:13.351Z" },
- { url = "https://files.pythonhosted.org/packages/f3/6f/5cd12f951165ea73ef85266775d97e4c763b2474ccfd816dd69d3a18d6f8/cryptography-48.0.1-cp39-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:b7a2d1a937a738a881737cec135a38bb61470589b17515b9f73f571d0ae10401", size = 5245252, upload-time = "2026-06-09T22:32:02.193Z" },
- { url = "https://files.pythonhosted.org/packages/68/ab/8aaa12e4516ec4464033ab79b6f3b592bd5a92102467c4ace8a0d970203f/cryptography-48.0.1-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:b74ca3b8e5ecdd833bf6a002ca41b4793bb27fb8f1c06ffaf2643c9e9140e31b", size = 4731388, upload-time = "2026-06-09T22:32:04.019Z" },
- { url = "https://files.pythonhosted.org/packages/1b/24/50027ea4dca85ec1f40688f3c24fb32ccacd520583c9592c3cc95628e6fb/cryptography-48.0.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:2c37f2461406063b417837f5f3daab668652acd82423efcd7f0a9f04be972de1", size = 4824186, upload-time = "2026-06-09T22:32:18.707Z" },
- { url = "https://files.pythonhosted.org/packages/52/41/04cb5eb17085ade6f50cc611fb657df6a0f5885350de8764ece89c050197/cryptography-48.0.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:86fe77abb1bd87afb251d4d02ada7ecf53a32cee9b67d976abb2e45a13297475", size = 4964539, upload-time = "2026-06-09T22:31:18.793Z" },
- { url = "https://files.pythonhosted.org/packages/36/bf/ed70785c496e89d7e73b7cda2d21f2447fd6d4e821714b8d04ff217fed92/cryptography-48.0.1-cp39-abi3-win32.whl", hash = "sha256:6b2c0c3e6ccf3ade7750f836ef3ee36eea250cc467d45c256895573ac08cc6f1", size = 3282307, upload-time = "2026-06-09T22:30:53.162Z" },
- { url = "https://files.pythonhosted.org/packages/b3/ff/371ea7d252656ee1eb6d83eeeef3d1d0c6baf1d6497687d081ea03814670/cryptography-48.0.1-cp39-abi3-win_amd64.whl", hash = "sha256:9a49ca6c81417f6a5edb50375a60cccdd70fa0a91a5211829dbea74eba94d2ac", size = 3793408, upload-time = "2026-06-09T22:32:15.191Z" },
- { url = "https://files.pythonhosted.org/packages/a9/d3/eb4e394e587341fdad09a09101fa76478ead3a78b0ad63e55c22f0d75c02/cryptography-48.0.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:08a597acce1ff37f347400087776599e2348a3a8bc53b44120e463cd274efe4a", size = 3951747, upload-time = "2026-06-09T22:31:23.871Z" },
- { url = "https://files.pythonhosted.org/packages/e0/4a/3f43451b4f858bfceaaaffc649e6e787e8d4fb332a1d443af39ab02cc8f1/cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:735824ec41b7f74a7c45fb1591349333e4c696cb6c044e5f46356e560143e4cd", size = 4641226, upload-time = "2026-06-09T22:31:02.532Z" },
- { url = "https://files.pythonhosted.org/packages/73/4e/855584c2c23b09e4ce2d3b9c30e983e679cd60b068c513c6bbdb91e11782/cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:92a46e1d638daa264ba2971c0b0489c9409787943efae4d60ffda3d091ef832c", size = 4668958, upload-time = "2026-06-09T22:32:06.213Z" },
- { url = "https://files.pythonhosted.org/packages/42/3b/d35750e41d803d1e516fd6d6011f065424924da7af1748cef4cc9cb3ede1/cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:7e234ac052af99f2700826a5c29ea99d9c1b1f80341cde62d11c8154dc8e0bd9", size = 4640793, upload-time = "2026-06-09T22:32:26.331Z" },
- { url = "https://files.pythonhosted.org/packages/ca/aa/cdb7181fe865285e87e96825aaab239400f1de0c3bfba9bd9769b79f1a92/cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:33842cf0888951cef5bc7ac724ab844a42044c1727b967b7f8997289a0464f92", size = 4668505, upload-time = "2026-06-09T22:31:27.534Z" },
- { url = "https://files.pythonhosted.org/packages/5d/8c/ce3823c06c2804f194f9e64f0d67fa3f4094a39f2bb1a990cd03603af8fc/cryptography-48.0.1-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:6184ca7b174f28d7c703f1290d4b297217c45355f77a98f67e9b7f14549ac54a", size = 3742204, upload-time = "2026-06-09T22:31:34.773Z" },
+sdist = { url = "https://files.pythonhosted.org/packages/1f/99/d1c90d6041656cc6ee229dc99cd67fd0cd5aec3c5f7d72fffc27cc750054/cryptography-49.0.0.tar.gz", hash = "sha256:f89660a348f4f78a92366240a61404e337586ef7f5909a2fef59ca88ef505493", size = 854345, upload-time = "2026-06-12T20:02:30.512Z" }
+wheels = [
+ { url = "https://files.pythonhosted.org/packages/9b/22/adf66990e63584a68dfb50c24f48a125c07b1699899381c8151e63ed458c/cryptography-49.0.0-cp311-abi3-macosx_11_0_arm64.whl", hash = "sha256:966fe0e9c67490071f14c0d2b1cb2dfb3023c5ce39457343931415f08382f2db", size = 4032100, upload-time = "2026-06-12T20:02:32.143Z" },
+ { url = "https://files.pythonhosted.org/packages/09/41/3797cfaf69cae04a13ee78ebd83f0678d9c02b4779d21ce24445326f1a69/cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:36d1709f992593689b45bda411498d62c6e365f2ca00b84657d4dadd24de16db", size = 4692978, upload-time = "2026-06-12T20:01:21.305Z" },
+ { url = "https://files.pythonhosted.org/packages/e6/8b/43011f7ebe515a8aa20d61f290a326cd890c2e738e16e59eaff8d9c3a412/cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0e959b578856a3924bc0cbb710fc12c387b9412a951389f3ca61704a9e25f325", size = 4716422, upload-time = "2026-06-12T20:01:48.566Z" },
+ { url = "https://files.pythonhosted.org/packages/4a/91/01ce7303a4579e6d3a6abef01bd322848e9ea7a219adcabc5048b9033571/cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:53ecee2e23f7169b6117e99fc8a944e5e50f79e69758a83b52a00cb98ab2b2d2", size = 4700503, upload-time = "2026-06-12T20:02:47.091Z" },
+ { url = "https://files.pythonhosted.org/packages/62/99/a2c95cf8293f07491e9e27c20cc4dcd18176d944e674679adeb1d0173fd6/cryptography-49.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:2eda353d8a27bcbcaa4cbed18994a74ab4d19a2ca897db188ea269ab9b71419b", size = 5309779, upload-time = "2026-06-12T20:02:08.987Z" },
+ { url = "https://files.pythonhosted.org/packages/20/2c/0622f20ff02b2ef32558733443805dc82fd4c275be01b2d19d14676f3a1b/cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:2afe9051da7ae7bd5905da5a949280c7d2bb75682e188f650a9d0f2756b834c6", size = 4749683, upload-time = "2026-06-12T20:02:03.335Z" },
+ { url = "https://files.pythonhosted.org/packages/a3/5b/c5246635d5fd3b64e0d45ae10e99fd32fe9676a79915ccfe5a61ba9af1a5/cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:0b82e28ee398a386f0807bba7884d30f25218855690f45115831bcce5d90822c", size = 4337874, upload-time = "2026-06-12T20:02:54.323Z" },
+ { url = "https://files.pythonhosted.org/packages/6d/88/05563c7fe2e914e87d1a536d06fe83e66b4e1d95cb593e05aea375531da8/cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:ccac2bfebc306b862133e3bb71f3f6ee8bb525240089b2d952e4144b3a6d5da7", size = 4700283, upload-time = "2026-06-12T20:01:34.822Z" },
+ { url = "https://files.pythonhosted.org/packages/c4/b6/d7696e4e890d6ae1469935164c9e5215c557671cb78d6e3f458ccceaa632/cryptography-49.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:d0527ce944105f257f605a827d6ebead966c752038b6e8656abb9c5edee6fc68", size = 5265844, upload-time = "2026-06-12T20:01:24.09Z" },
+ { url = "https://files.pythonhosted.org/packages/a9/3c/f3ad17eecc1a57b0ba236dc01f90e783c51f4a2f35f64777cc4f47a184b2/cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:cbc77da8c523d5abd028635ba850a6966fcee2c82e2bf65a41d1d8afe0f98be9", size = 4749290, upload-time = "2026-06-12T20:01:30.848Z" },
+ { url = "https://files.pythonhosted.org/packages/4f/01/339573cf1023163a400b0b5d16f6d507de413b9f60be6fd1b77feeaf6737/cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:b87e65d263b3e5d3bb92a57e2a6638e2f31110fa7aa890c7b2dbba42248d0a3f", size = 4834612, upload-time = "2026-06-12T20:01:29.246Z" },
+ { url = "https://files.pythonhosted.org/packages/71/fd/577302e213a1be9468f92d1afef66fcf1ef83d516819d9992ca547f592bd/cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:66ec79c3904820572d7e987abdf304281f141d37ad9a489b8e97066e7b9b6459", size = 4980804, upload-time = "2026-06-12T20:01:42.853Z" },
+ { url = "https://files.pythonhosted.org/packages/1f/09/f42b1d190c5ba75f72062a387f8030d1d75f6ab035788f1d9c4b01de6525/cryptography-49.0.0-cp311-abi3-win_amd64.whl", hash = "sha256:e5dfc1e64de5677cec922ffa8da89c546d0415bf6efdf081842e5d44c84e1f0e", size = 3810026, upload-time = "2026-06-12T20:02:39.262Z" },
+ { url = "https://files.pythonhosted.org/packages/ec/9e/db72b3ae7fc9cfad53e630e56c6ae83b9b6ff0bf3718ffb8012d20b3aabf/cryptography-49.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:73a205dce83953d131a4aa1e0fd917a2fd1c5b1eef251e9d7152efefcbf5caf7", size = 4013892, upload-time = "2026-06-12T20:02:10.735Z" },
+ { url = "https://files.pythonhosted.org/packages/86/12/c48a424f38db03027be9f7ed5c7dc5de9933dbee992865f98b13727a009d/cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:196ecd6a36e4e9aa10270393bb98d8df88fccee0bf1e5128b91ae4eb4375896d", size = 4678835, upload-time = "2026-06-12T20:02:48.743Z" },
+ { url = "https://files.pythonhosted.org/packages/68/28/8a3ad4653662c93fc44dc4e5d8fd374c25c42e07b34bbfbadf49cf57a5a8/cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7abcee80084cda3f7691f3eb1ce480d8df49cec637b429aa35986c1de71738aa", size = 4697239, upload-time = "2026-06-12T20:02:56.03Z" },
+ { url = "https://files.pythonhosted.org/packages/a8/b2/2193fc74f81aee4f9b62733133b73b5176718932ed8f2e4b03fa040480a6/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:4ae387c9cb68ea569ca17e490d66d8142b81c3cc814bf179974b7d146e490bbb", size = 4685593, upload-time = "2026-06-12T20:02:50.666Z" },
+ { url = "https://files.pythonhosted.org/packages/47/f1/1d3eaa243bfc5de4a187b22aa8c048b3e4980bfbe830ac46e6bac2e66947/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:f37d847238971164fdbc68ade6f6574aecc9c0af714190e2083429ff68f4ce9d", size = 5289961, upload-time = "2026-06-12T20:01:46.468Z" },
+ { url = "https://files.pythonhosted.org/packages/58/39/2d51306721330c486495853eda1c567880ff036de15a14c4b74f399934af/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:c2bc30226390d60ea19d9f82b19db005fe0452154a23c1c410c12ea801e43561", size = 4731145, upload-time = "2026-06-12T20:02:16.832Z" },
+ { url = "https://files.pythonhosted.org/packages/17/50/983e838c7fd0d87fd8c969bcdd328edaf5f756e38df5281637424c155873/cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:07cab27cc7b7e0fd28e5e26bb9eeedde5c135c868b46de4a27845abe94af6122", size = 4321719, upload-time = "2026-06-12T20:02:52.611Z" },
+ { url = "https://files.pythonhosted.org/packages/a7/f5/8f571d7e27c55bce9f76f026143bcb1e040a4233149ecca0bea5fa5dd5f7/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:b20133d204d2bb56ba047642199603876c872026ca53e79c35b83772ab2cc505", size = 4685209, upload-time = "2026-06-12T20:02:07.282Z" },
+ { url = "https://files.pythonhosted.org/packages/e7/84/0e27016a6fc5a0886f797018b26aa42f40c09a82332bff77822a451deaaa/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:b970c6da94d5bb18629db453d14f2a1300f6bf59b61e9b82377931ef95504866", size = 5246285, upload-time = "2026-06-12T20:01:32.439Z" },
+ { url = "https://files.pythonhosted.org/packages/11/2d/5e1fb307cb5931881516b464c98774b3f2c36b5d4bb9a2830253cf553cad/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:d8ecde755e2e91bf773fc94e8c9d730cd7f2007004cb492263a794ec3899a1c8", size = 4730441, upload-time = "2026-06-12T20:02:01.469Z" },
+ { url = "https://files.pythonhosted.org/packages/e4/c0/bff5a02ee731d207d6a1ed51732549d8c53d2bc8da1d10ec6f2844201d68/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e3fb64c420688e5319ae25113a354015abbd8dffbfbc41781a1ea66fc7622ac3", size = 4815869, upload-time = "2026-06-12T20:01:36.574Z" },
+ { url = "https://files.pythonhosted.org/packages/b9/26/814681d14248d95d73d5c3eea0c39a94eb8302df966f670a2c60de90974b/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:32703d93296f5c1f4b53349ad3a250c2cae0fdecd3a3dd5d47e616d8d616af27", size = 4960948, upload-time = "2026-06-12T20:02:18.688Z" },
+ { url = "https://files.pythonhosted.org/packages/4c/fe/93ecac273d3738939d023612ad12cca9a3740a5345d69fda04134c43fd96/cryptography-49.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:33cd0565932807baddb67b96dbee92f2c374b5c89dee09fd74079aeb8c8dba61", size = 3799153, upload-time = "2026-06-12T20:01:39.059Z" },
+ { url = "https://files.pythonhosted.org/packages/19/2a/5bb823f5bedcf80718cea7fbc95ec5515cca3769633c4b01a32be7f30e7c/cryptography-49.0.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:ec5e529fb80935c94fe7b729f9972b50e351a0e6b50aa294fd5cabb109fcc29a", size = 4025947, upload-time = "2026-06-12T20:01:25.745Z" },
+ { url = "https://files.pythonhosted.org/packages/3d/df/40577043ca124e17012f408ddddaeb213b856336ac82ddb3bc915f39e29f/cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:f78ff2c9ed8dc2d036b0f4d640e22522213d047c1b14e61205a7e55c80a494d4", size = 4692429, upload-time = "2026-06-12T20:01:53.628Z" },
+ { url = "https://files.pythonhosted.org/packages/2c/99/2d13299eb3dd27b02dcfaafcc91d6b5cb3329f7cbd6d8f51921acd566c1a/cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:35b151772baff2c74cba7fa290ceaff4c3b11c0c881eb93eb5dbc05a7cfbba18", size = 4700968, upload-time = "2026-06-12T20:02:45.383Z" },
+ { url = "https://files.pythonhosted.org/packages/a5/4d/9c0cd02f95e2602dd5e563da149ee0830abef3537be8b34dc56281ebe27a/cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:0f21641cf4b30fca7aee061ced0ec7ad7b073518088b7c9969a297c0ae796c69", size = 4697758, upload-time = "2026-06-12T20:01:41.13Z" },
+ { url = "https://files.pythonhosted.org/packages/24/01/186c825898477d77e2324d5360fefe622ff1d8d1963ec0554e2cada8ec77/cryptography-49.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:9e82dcc8e56052715fb18b2429e3bca4823b1629136a2084fc45a9a5cecb9b64", size = 5298863, upload-time = "2026-06-12T20:02:24.579Z" },
+ { url = "https://files.pythonhosted.org/packages/b8/7b/62cbbab75d0659865bf0273790031544a0b16c8072d258f9428dcd8190dc/cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:6f2debedf9ca60cf1d5bd466475638af5130f89965605cd818484d19987d3a21", size = 4735983, upload-time = "2026-06-12T20:01:50.14Z" },
+ { url = "https://files.pythonhosted.org/packages/6c/72/3e798c064bc39e471008075d0f9bc9daf77a80879c092e4a8e170c585ed4/cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:8c25ceb16df5b9435f3f6a9829204985b0e0cbee3b48aacd432c7d2c850b44d9", size = 4334173, upload-time = "2026-06-12T20:01:44.743Z" },
+ { url = "https://files.pythonhosted.org/packages/f0/ee/6fca21d1ac73e06f8bef71940abfd4d2f6472b4bca284d770f32bd4086f6/cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:28d8b15e6275f12c8a207dc309dfa957903c927d08d0cc937ee3f63f200693cc", size = 4697298, upload-time = "2026-06-12T20:02:20.918Z" },
+ { url = "https://files.pythonhosted.org/packages/67/d0/a5fcd3515f0bae49a7b6d0413cc1bdccdcc1fc0047037a0d480642cdc5d6/cryptography-49.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:6fc361c34fb6aac015ce19435876635e5c6d21db31998b0920f675f131e043b8", size = 5254338, upload-time = "2026-06-12T20:02:22.737Z" },
+ { url = "https://files.pythonhosted.org/packages/a0/84/84fe36f19caf857d61cb7fc9c63035a47ffabd84ea12d1d393148efa3615/cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:2400ef9c9e2299a25614eb1dea3db54a69b1349efd043bfac9c67630d136df36", size = 4735650, upload-time = "2026-06-12T20:02:41.389Z" },
+ { url = "https://files.pythonhosted.org/packages/6c/a0/db537264e234f7273a73ec020873d6d6b39dfd8a53db78b550ca8320440e/cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:67e1d20ad9ef3a563c59ef22e7a8a0b8210bd26604369ea4a30a7c66aefe504e", size = 4834820, upload-time = "2026-06-12T20:01:51.847Z" },
+ { url = "https://files.pythonhosted.org/packages/93/77/8df9eb486495979bccecd1062e2eaf435250e84437040295b57d09048b0b/cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:42b0684e0e40cf26122427802486f6d93aea593612603a94fbf260c7eb1e9c1b", size = 4967968, upload-time = "2026-06-12T20:02:12.524Z" },
+ { url = "https://files.pythonhosted.org/packages/c2/e6/f60198ea8d9dfa15fff9ed4ca02ce362f6eadd9ba757dcc50634c4257b63/cryptography-49.0.0-cp39-abi3-win_amd64.whl", hash = "sha256:026ac7423e6fa66872d3bf889be5974507da3944f866f704fa200eadacd00001", size = 3785547, upload-time = "2026-06-12T20:02:26.847Z" },
+ { url = "https://files.pythonhosted.org/packages/63/d3/4a83af35d65e3fad632c926fad684c193ea4398569ccb0bbbc7fe8f5dc9a/cryptography-49.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:fc1e275c2f1d97b1a6450b8b0ea3ebfa6e087a611c2b26cb2404d48588abab7b", size = 3993685, upload-time = "2026-06-12T20:02:14.883Z" },
+ { url = "https://files.pythonhosted.org/packages/d6/a7/f9dac0ab7f80368c56993a7bf638ef9935f825c91902798481fac0898138/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c83782480a4a9da4d0feb51950131ba32e12e70813848b3343f6e18c28a66838", size = 4676239, upload-time = "2026-06-12T20:02:28.793Z" },
+ { url = "https://files.pythonhosted.org/packages/d7/70/2ba3769dd0ae167e2f33dfa9592d45db6ff9a61d62ca1a5b3d1bdd09068f/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b39efa323140595abd3ecca8529d321ae50f55f3aa3ba9cc81ea56a6011953d5", size = 4715584, upload-time = "2026-06-12T20:01:27.495Z" },
+ { url = "https://files.pythonhosted.org/packages/94/64/2923570ac1c0bd3a737aa366ac3abbbbde273042308b8cde95e2364a6e6a/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:b47db11c2c3525083296069b98ac5221907455e989ae0c2e3008bde851921615", size = 4675885, upload-time = "2026-06-12T20:01:55.49Z" },
+ { url = "https://files.pythonhosted.org/packages/ab/f8/614dc7e051418cfe53d55173c1e24c6b0085e89996fe90508c2fdf769aef/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:084ef1af862eb07ec46d25f68689f2102a9fc0e05ce7b80f14f5fe51e4eef0f6", size = 4715449, upload-time = "2026-06-12T20:02:05.469Z" },
+ { url = "https://files.pythonhosted.org/packages/aa/50/a9caea39ad19c431c1a3f8a31114df65b260cdfe67786b6c7e7c040c4c44/cryptography-49.0.0-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:be9fcb48a55f023493482827d4f459bd263cc20efde64f204b97c123201850c6", size = 3783731, upload-time = "2026-06-12T20:02:43.319Z" },
]
[[package]]
@@ -1922,13 +1919,13 @@ dev = [
[package.metadata]
requires-dist = [
- { name = "aiohttp", specifier = ">=3.14.0" },
+ { name = "aiohttp", specifier = ">=3.14.1" },
{ name = "aiohttp-session", specifier = ">=2.12.1,<3.0.0" },
{ name = "audioop-lts", marker = "python_full_version >= '3.13'", specifier = ">=0.2.2" },
{ name = "bcrypt", specifier = ">=5.0.0,<6.0.0" },
{ name = "bleak", specifier = "==3.0.2" },
{ name = "cbor2", specifier = ">=6.1.1" },
- { name = "cryptography", specifier = ">=48.0.1,<49.0.0" },
+ { name = "cryptography", specifier = ">=49.0.0,<50.0.0" },
{ name = "idna", specifier = ">=3.15" },
{ name = "jaraco-context", specifier = ">=6.1.1" },
{ name = "lxmf", specifier = ">=1.0.1" },


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────